mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1165442: Fix LIBPATH for NSS after bug 1138824. r=glandium
This commit is contained in:
parent
e63e1ccb92
commit
18921dd3c7
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