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
e.g. given the following xyz.use:
xyz.use
... CustomPkg: my-config Additionals: x.c
when Rock compiles x.c, it will NOT pass the result of pkg-config --cflags.
x.c
pkg-config --cflags
The text was updated successfully, but these errors were encountered:
GitHub ID #1000, congrats. :)
Sorry, something went wrong.
Oh, so Additionals overwrites the CustomPkg additionals. Will take a look later today, thanks for the report!
No branches or pull requests
e.g. given the following
xyz.use
:when Rock compiles
x.c
, it will NOT pass the result ofpkg-config --cflags
.The text was updated successfully, but these errors were encountered: