You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to compile the project using ninja on Linux, it will fail due to symbol relocation. It seems the problem was bandaid fixed for gmake backend (#116).
Steps to reproduce the problem:
git clone https://github.com/jarikomppa/soloud
cd soloud/build
genie ninja
make -C ninja
The text was updated successfully, but these errors were encountered:
If you try to compile the project using ninja on Linux, it will fail due to symbol relocation. It seems the problem was bandaid fixed for gmake backend (#116).
Steps to reproduce the problem:
git clone https://github.com/jarikomppa/soloud cd soloud/build genie ninja make -C ninja
The text was updated successfully, but these errors were encountered: