Invoking external "build environment" e.g. make #12941
Unanswered
MartinSchwarzbauer
asked this question in
Q&A
Replies: 2 comments
-
Does it use a configure script (not necessarily a GNU autotools one, but at least a configure script that accepts arguments like --prefix --libdir etc.)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No it's not using configure! A shell script sets various environment variables and then invokes make -f .... |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi *!
We have a third party component which uses a shell script (to set variables) which invokes a makefile!
How can i call this make file (at best case during compile?)
But how to path the whole CFLAGS / CC / and so on from meson?
Beta Was this translation helpful? Give feedback.
All reactions