We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9ba69 commit 545b1cdCopy full SHA for 545b1cd
1 file changed
compile-all
@@ -168,8 +168,7 @@ echo "======== Installing Base..."
168
cd ../libs-base
169
make distclean
170
. $prefix/System/Library/Makefiles/GNUstep.sh
171
-export LDFLAGS="$LDFLAGS -ldispatch"
172
-$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes || exit 1
+LDFLAGS="$LDFLAGS -ldispatch" $MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes || exit 1
173
if [ "true" == "$NEEDSROOT" ]; then
174
${SUDO} -u root ./install.sh $prefix $MAKE
175
else
0 commit comments