diff --git a/config/external/nss/Makefile.in b/config/external/nss/Makefile.in index 16d214e8af1..933f6abfd3f 100644 --- a/config/external/nss/Makefile.in +++ b/config/external/nss/Makefile.in @@ -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