mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
store more configure-time flags
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@38966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cc0929dc3f
commit
53208d9512
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ case "$1" in
|
|||
exit 0;;
|
||||
--variable=OBJCXX) echo "@OBJCXX@"
|
||||
exit 0;;
|
||||
--variable=CPPFLAGS) echo "@CPPFLAGS@"
|
||||
exit 0;;
|
||||
--variable=LDFLAGS) echo "@LDFLAGS@"
|
||||
exit 0;;
|
||||
--variable=GNUSTEP_MAKEFILES) echo "$GNUSTEP_MAKEFILES"
|
||||
|
|
Loading…
Reference in a new issue