mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
|
@ -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:
|
||||
|
|
|
@ -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…
Reference in a new issue