summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-12-04 00:35:51 +0100
committerOle Loots <ole@monochrom.net>2013-12-04 00:35:51 +0100
commit5b4a9e9315d688765115f846a8cd1731dfffb5b3 (patch)
treecc31f087e93f445adb308bcd31fc3f419159214e
parent71a1a762d1f62399be6db0aaae579cb9bf5cf74e (diff)
downloadnetsurf-5b4a9e9315d688765115f846a8cd1731dfffb5b3.tar.gz
netsurf-5b4a9e9315d688765115f846a8cd1731dfffb5b3.tar.bz2
Use correct LD_LIBRARY_PATH for additional libraries
-rw-r--r--atari/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 4a416baa6..789118b49 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -70,7 +70,7 @@ LDFLAGS += -lcflib -lcurl
LDFLAGS += -lcss -lparserutils -ldom -lwapcaplet -lhubbub
LDFLAGS += -lssl -lcrypto
LDFLAGS += -lz -liconv -lcares -lHermes -lgem -lm
-LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
+LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/env/lib
# S_ATARI are sources purely for the Atari FreeMiNT build