Bug 1165442: Fix LIBPATH for NSS after bug 1138824. r=glandium

This commit is contained in:
David Major 2015-05-21 07:58:23 -04:00
parent ca2b241dc7
commit a597243664

View File

@ -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