* 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:
gcasa 2010-01-21 21:17:52 +00:00
parent 74c0d2f0c6
commit 6d6c76aa55
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-01-21 16:20-EST Gregory John Casamento <greg.casamento@gmail.com>
* install.sh: Add --with-installation-domain=SYSTEM to the script
to allow automated build on Windows.
2010-01-20 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSTask.m:

View file

@ -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