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
If you run waf configure --prefix=install, then waf dumpconfig, dumpconfig will error out because the install directory does not exist yet.
waf configure --prefix=install
waf dumpconfig
install
The text was updated successfully, but these errors were encountered:
Also update to use the include prefix and lib prefix that build.py knows about rather than assuming prefix/include and prefix/lib
Sorry, something went wrong.
clydestanfield
No branches or pull requests
If you run
waf configure --prefix=install
, thenwaf dumpconfig
, dumpconfig will error out because theinstall
directory does not exist yet.The text was updated successfully, but these errors were encountered: