Skip to content
Snippets Groups Projects
Commit df51ca1d authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 937005 - Install folded import library in the SDK. r=bsmedberg,r=ted,a=lsblakk

parent 68b0327e
No related merge requests found
......@@ -384,6 +384,12 @@ nss3.def: $(NSS_STATIC_LIBS_DEFS) $(DEPTH)/db/sqlite3/src/sqlite-processed.def
mv $@.tmp $@
endif
ifneq (,$(filter OS2 WINNT,$(OS_ARCH)))
SDK_LIBRARY = $(IMPORT_LIBRARY)
else
SDK_LIBRARY = $(SHARED_LIBRARY)
endif
else
$(NSS_DIST_DLL_FILES) $(NSS_SDK_LIB_FILES): libs-nss/lib
endif # MOZ_FOLD_LIBS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment