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

Re-order NSPR/JS libraries...

parent b253cc6f
Branches
Tags
No related merge requests found
......@@ -56,7 +56,6 @@ CRYPT_IDIR := $(3RDPODIR)/cl
JS_CFLAGS += -DJAVASCRIPT $(NSPR_CFLAGS)
JS_LDFLAGS += $(NSPR_LDFLAGS)
JS_LIBS += $(NSPR_LIBS)
ifdef JSLIB
JS_NOBUILD:=1
......@@ -93,6 +92,7 @@ else
JS_DEPS := js
JS_LIBS += $(JSLIBDIR)$(DIRSEP)libmozjs185-1.0.a
endif
JS_LIBS += $(NSPR_LIBS)
# Put it all together...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment