Set environments for generators #13891
Closed
lhearachel
started this conversation in
Ideas
Replies: 1 comment
-
I'm silly, this is just part of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Meson already supports establishing a set of environment variables for
custom_target
: https://mesonbuild.com/Reference-manual_functions.html#custom_targetHowever, from my testing with Meson v1.6.0, this functionality does not get passed down to individual
generator
implementations which process static files into inputs to another target. It would be nice to be able to, say, call a custompython
utility with a definedPYTHONPATH
value on thegenerator
definition:Beta Was this translation helpful? Give feedback.
All reactions