From dab91416a75d1ab3125b662d5f60817e1b82f3eb Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 23 Oct 2011 19:14:44 +0000
Subject: [PATCH] Re-order NSPR/JS libraries...

---
 3rdp/build/Common.gmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3rdp/build/Common.gmake b/3rdp/build/Common.gmake
index 53e90f3862..f9e7621319 100644
--- a/3rdp/build/Common.gmake
+++ b/3rdp/build/Common.gmake
@@ -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...
 
-- 
GitLab