mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1165442: Fix LIBPATH for NSS after bug 1138824. r=glandium
--HG-- extra : rebase_source : f18e2a6792f396e26f992bf3dbee70a52b8c1d9d
This commit is contained in:
parent
7a2bd9d49d
commit
6e7e3f4399
2
config/external/nss/Makefile.in
vendored
2
config/external/nss/Makefile.in
vendored
@ -374,7 +374,7 @@ ifdef MOZ_CRT
|
||||
# OS_LIBS comes from having mozcrt as a dependency in moz.build.
|
||||
DLLFLAGS := $(OS_LIBS)
|
||||
else
|
||||
DLLFLAGS := -LIBPATH:$(ABS_DIST)/lib -DEFAULTLIB:mozglue
|
||||
DLLFLAGS := -LIBPATH:$(ABS_DIST)/../mozglue/build -DEFAULTLIB:mozglue
|
||||
endif
|
||||
export DLLFLAGS
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user