Bypass when cross-compiling in general, not just for iOS

This commit is contained in:
Tor Lillqvist 2011-06-06 11:32:30 +03:00
parent 463563853a
commit 892f1f3302

View file

@ -36,7 +36,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(OS)"!="IOS"
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
.ENDIF
CFLAGSCXX += $(CPPUNIT_CFLAGS)
@ -70,8 +73,6 @@ SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
.ENDIF # L10N_framework
.ENDIF
.INCLUDE : target.mk
# --- Enable test execution in normal build ------------------------