Getting value of environment variable #13811
Unanswered
voidtrance
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Please don't. Meson isn't designed to be configured based on environment variables, but on command line (or machine file) specified options, or based on information about the build/host/target machines. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've done some searching on this but I can find a definitive answer and/or example.
How can I get the value of an environment variable inside a
meson.build
file. I want perform some custom actions based on an environment variable.Beta Was this translation helpful? Give feedback.
All reactions