We (unintentionally?) build a static archive with MSVC

Change-Id: Ief0ccec4b63e2ac767285f4c19175fa000eaad6c
This commit is contained in:
Tor Lillqvist 2015-11-02 22:28:29 +02:00
parent abbf317d3b
commit 0dd67234ea

View File

@ -13,6 +13,8 @@ $(eval $(call gb_ExternalPackage_use_external_project,glyphy,glyphy))
ifeq ($(OS),MACOSX)
$(eval $(call gb_ExternalPackage_add_file,glyphy,$(LIBO_LIB_FOLDER)/libglyphy.dylib,src/.libs/libglyphy.dylib))
else ifeq ($(OS),WNT)
# We build a static archive with MSVC, so nothing to add
else ifeq ($(DISABLE_DYNLOADING),)
$(eval $(call gb_ExternalPackage_add_file,glyphy,$(LIBO_LIB_FOLDER)/libglyphy.so.0,src/.libs/libglyphy.so.0.0.0))
endif