Fix static build bustage. r=/sr=/a=pavlov

This commit is contained in:
jag@tty.nl 2008-02-12 23:31:35 -08:00
Родитель 0937a82717
Коммит 0b1f792c4d
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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