Skip to content
Snippets Groups Projects
Commit ac329beb authored by deuce's avatar deuce
Browse files

Set library path before including libraries from it.

parent f55c2e53
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ JS_LDFLAGS += -L$(JSLIBDIR) -l$(JSLIB) ...@@ -28,7 +28,7 @@ JS_LDFLAGS += -L$(JSLIBDIR) -l$(JSLIB)
ifeq ($(os),linux) ifeq ($(os),linux)
JS_LDFLAGS += -ldl JS_LDFLAGS += -ldl
endif endif
JS_LDFLAGS += -lnspr4 -L$(NSPRDIR) JS_LDFLAGS += -L$(NSPRDIR) -lnspr4
ifdef NEED_JAVASCRIPT ifdef NEED_JAVASCRIPT
CFLAGS += $(JS_CFLAGS) CFLAGS += $(JS_CFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment