Don't build qa executables for iOS
This commit is contained in:
parent
dcde886e4e
commit
9874d32b0b
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,8 @@ ENABLE_EXCEPTIONS=TRUE
|
|||
|
||||
.INCLUDE : settings.mk
|
||||
|
||||
.IF "$(OS)"!="IOS"
|
||||
|
||||
CFLAGSCXX += $(CPPUNIT_CFLAGS)
|
||||
|
||||
.IF "$(L10N_framework)"==""
|
||||
|
@ -68,6 +70,8 @@ SLOFILES=$(SHL1OBJS)
|
|||
# --- Targets ------------------------------------------------------
|
||||
.ENDIF # L10N_framework
|
||||
|
||||
.ENDIF
|
||||
|
||||
.INCLUDE : target.mk
|
||||
|
||||
# --- Enable test execution in normal build ------------------------
|
||||
|
|
Loading…
Reference in a new issue