Attempt to fix x86-64 build bustage by moving chromium_s after xpcom_core, r=ted

This commit is contained in:
Benjamin Smedberg 2010-02-11 16:09:41 -05:00
parent b3e9aaa1a4
commit 4baa5ecfe9

View File

@ -96,7 +96,6 @@ STATIC_LIBS += \
domplugins_s \
mozipc_s \
mozipdlgen_s \
chromium_s \
gfxipc_s \
$(NULL)
@ -118,6 +117,10 @@ STATIC_LIBS += \
gkgfx \
$(NULL)
ifdef MOZ_IPC
STATIC_LIBS += chromium_s
endif
ifndef WINCE
ifdef MOZ_XPINSTALL
STATIC_LIBS += \