Bug 504519 - XPIDL command for Symbian native should not build. r=bsmedberg

This commit is contained in:
Makoto Kato 2009-07-17 18:46:50 +09:00
Родитель bc506b447b
Коммит 427743513f
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -44,8 +44,8 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpcom
ifndef WINCE
# Sadly, the code here is too smart for the WinCE compiler's brain
ifneq (,$(filter-out WINCE SYMBIAN,$(OS_ARCH)))
# Sadly, the code here is too smart for the WinCE/Symbian compiler's brain
PROGRAM = xpidl$(BIN_SUFFIX)
SDK_BINARY = $(PROGRAM)
endif