summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-04 23:51:26 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-04 23:51:26 +0000
commit2f8c4f59e4d9b988b7b92c56db96b3e24d8caa8a (patch)
treea77f65ef8c83861ed237ba658355a6adc0a922c1
parentaa29618e0f90f1ac1ae574397b768ed62685e2be (diff)
downloadtoolchains-2f8c4f59e4d9b988b7b92c56db96b3e24d8caa8a.tar.gz
toolchains-2f8c4f59e4d9b988b7b92c56db96b3e24d8caa8a.tar.bz2
Use the correct variable
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 2f67241..cff1247 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -114,7 +114,7 @@ endif
ifeq ($(TARGET),ppc-amigaos)
SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libtre.d libpbl.d spidermonkey.d $(COMMON_SDK_ITEMS))
EXTRAARGS_LIBCARES := --disable-shared
- EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random --enable-threaded-resolver LDFLAGS=-lpthread
+ EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random --enable-threaded-resolver LIBS=-lpthread
VERSION_SPIDERMONKEY := 1.7.0
endif