mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Travis: output ObjC build flags from gnustep-config
This will allow verifying that the selected options like RUNTIME_VERSION have taken effect.
This commit is contained in:
parent
bb7ef95e2b
commit
314e2e65e2
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ install_gnustep_make() {
|
|||
fi
|
||||
./configure --prefix=$HOME/staging --with-library-combo=$LIBRARY_COMBO --with-user-config-file=$PWD/GNUstep.conf
|
||||
make install
|
||||
echo Objective-C build flags: `$HOME/staging/bin/gnustep-config --objc-flags`
|
||||
}
|
||||
|
||||
install_ng_runtime() {
|
||||
|
|
Loading…
Reference in a new issue