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
A project can have:
when the USE_MESON directive is set, the configure script can do the following things:
meson build
This way we can keep using ./configure and make, make install but having the whole logic defined in meson.
./configure
make
make install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A project can have:
when the USE_MESON directive is set, the configure script can do the following things:
meson build
and pass-thru the given options to the acr script.This way we can keep using
./configure
andmake
,make install
but having the whole logic defined in meson.The text was updated successfully, but these errors were encountered: