Bypass when cross-compiling in general, not just for iOS
This commit is contained in:
parent
463563853a
commit
892f1f3302
1 changed files with 4 additions and 3 deletions
|
@ -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 ------------------------
|
||||
|
|
Loading…
Reference in a new issue