Skip to content

Commit 545b1cd

Browse files
committed
Move LDFLAGS for libdispatch to later in the script
1 parent 8b9ba69 commit 545b1cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

compile-all

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ echo "======== Installing Base..."
168168
cd ../libs-base
169169
make distclean
170170
. $prefix/System/Library/Makefiles/GNUstep.sh
171-
export LDFLAGS="$LDFLAGS -ldispatch"
172-
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes || exit 1
171+
LDFLAGS="$LDFLAGS -ldispatch" $MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes || exit 1
173172
if [ "true" == "$NEEDSROOT" ]; then
174173
${SUDO} -u root ./install.sh $prefix $MAKE
175174
else

0 commit comments

Comments
 (0)