Applying environment exports by <source *.sh> on meson build #11841
Closed
Anton-K-dev
started this conversation in
General
Replies: 2 comments 3 replies
-
An environment.sh script sounds like the kind of thing you're supposed to use to set up a development shell before running |
Beta Was this translation helpful? Give feedback.
2 replies
-
What do you need these environment variables for? Is it possible to convert the same information to a meson native/cross file e.g. by setting paths to compiler binaries? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
OS: Linux
Can anyone help, how to apply exports in meson.build during setup as I do it on terminal via
source environment.sh
?Also I have environment script from external SDK and don't want to change mode it executable.
Thanks in advance, Anton.
Beta Was this translation helpful? Give feedback.
All reactions