mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix static build bustage. r=/sr=/a=pavlov
This commit is contained in:
parent
8f787b8cbf
commit
2b52bb3454
@ -85,8 +85,6 @@ else
|
||||
|
||||
MODULE_OPTIMIZE_FLAGS = -O2
|
||||
LIBRARY_NAME = jemalloc
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 0
|
||||
FORCE_SHARED_LIB= 1
|
||||
|
||||
CSRCS = \
|
||||
@ -99,4 +97,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq (Darwin,$(OS_TARGET))
|
||||
LDFLAGS += -init _jemalloc_darwin_init
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user