summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libegg/source/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libegg/source/makefile.mk b/libegg/source/makefile.mk
index 030140513af5..e1dae4abcaa2 100644
--- a/libegg/source/makefile.mk
+++ b/libegg/source/makefile.mk
@@ -63,4 +63,7 @@ SHL1LIBS= $(SLB)$/eggtray.lib
# --- Targets ----------------------------------
.ENDIF # L10N_framework
+.IF "$(OS)$(CPU)" == "LINUXX"
+EXTRALIBPATHS+=-L$(LIBRARY_PATH)
+.ENDIF # "$(OS)$(CPU)" == "LINUXX"
.INCLUDE : target.mk