We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any idea why it doesn't work? I changed the capital letters of "GLFW" in base premake5.lua to lowercase and still didn't work.
The text was updated successfully, but these errors were encountered:
That is because you don't have the submodules cloned. Open a command line in the project root directory and type in these two lines one after another:
git submodule init git submodule update
Sorry, something went wrong.
Maybe you forget --recursive when you clone.
No branches or pull requests
Any idea why it doesn't work? I changed the capital letters of "GLFW" in base premake5.lua to lowercase and still didn't work.
The text was updated successfully, but these errors were encountered: