bug 552032 - compile nsIAppleFileDecoder.idl on x86_64 builds. r=josh

This commit is contained in:
Ted Mielczarek 2010-03-17 19:09:10 -04:00
parent c6dc7010ed
commit e703cb6bda

View File

@ -56,12 +56,10 @@ XPIDLSRCS = \
$(NULL)
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
ifneq (x86_64,$(OS_TEST))
XPIDLSRCS += \
nsIAppleFileDecoder.idl \
$(NULL)
endif
endif
include $(topsrcdir)/config/rules.mk