We (unintentionally?) build a static archive with MSVC
Change-Id: Ief0ccec4b63e2ac767285f4c19175fa000eaad6c
This commit is contained in:
parent
abbf317d3b
commit
0dd67234ea
2
external/glyphy/ExternalPackage_glyphy.mk
vendored
2
external/glyphy/ExternalPackage_glyphy.mk
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user