Bug 1384308 - Don't install import library if same as shared library. r=glandium

--HG--
extra : rebase_source : f57a1177e467687efe0dfb93afb6392c2085e335
This commit is contained in:
Philip Chimento 2017-08-29 21:13:45 -07:00
parent d6d6614eee
commit 479aa79ca8

View File

@ -95,5 +95,7 @@ ifeq ($(OS_ARCH),Darwin)
endif
endif
ifneq (,$(IMPORT_LIBRARY))
ifneq ($(IMPORT_LIBRARY),$(SHARED_LIBRARY))
$(SYSINSTALL) $(IMPORT_LIBRARY) $(DESTDIR)$(libdir)
endif
endif