From 2f8c4f59e4d9b988b7b92c56db96b3e24d8caa8a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 4 Feb 2014 23:51:26 +0000 Subject: Use the correct variable --- sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdk/Makefile') 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 -- cgit v1.2.3