mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
Insert -lobjc before rest of LIBS, not after.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1738 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc674dfcd0
commit
a89ecacf28
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ if test $NeXTCC = 0; then
|
|||
if test $HAVE_LIBOBJC = 0; then
|
||||
AC_MSG_ERROR(Couldn't find GCC Objective C runtime library, libobjc.a)
|
||||
else
|
||||
LIBS="$LIBS -lobjc"
|
||||
LIBS="-lobjc $LIBS"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue