mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
* install.sh: Add --with-installation-domain=SYSTEM to the script
to allow automated build on Windows. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29350 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
74c0d2f0c6
commit
6d6c76aa55
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@ PREFIX=$1
|
|||
MAKE=${2-make}
|
||||
|
||||
. $PREFIX/System/Library/Makefiles/GNUstep.sh
|
||||
sh configure --with-installation-domain=SYSTEM
|
||||
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue