From f78ecaa022526a934c56d025804db1ee8c2d5a09 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 1 Nov 2011 07:52:36 +0000 Subject: [PATCH] Fix lib name. --- 3rdp/build/Common.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdp/build/Common.make b/3rdp/build/Common.make index e0760d5b46..a32de77ad4 100644 --- a/3rdp/build/Common.make +++ b/3rdp/build/Common.make @@ -1,3 +1,3 @@ -JS_LIB = $(3RDPODIR)$(DIRSEP)mozjs$(DIRSEP)lib$(DIRSEP)$(LIBPREFIX)mozjs185$(LIBFILE) +JS_LIB = $(3RDPODIR)$(DIRSEP)mozjs$(DIRSEP)lib$(DIRSEP)$(LIBPREFIX)mozjs185-1.0$(LIBFILE) CRYPT_LIB = $(3RDPODIR)$(DIRSEP)cl$(DIRSEP)$(LIBPREFIX)cl$(LIBFILE) -- GitLab