summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-11-22 11:30:48 +0200
committerTor Lillqvist <tml@iki.fi>2012-11-22 11:31:10 +0200
commit8c991b910af6fdf09fddfc32ec8ea6ecd657ebe8 (patch)
treef5ca8abb40911ef150f679799c750f066bb255fb /solenv
parent6ebe207712eaf2233a2d45658e1d9b91706e75fc (diff)
Probably want to check CROSS_COMPILING here, not (just) iOS
Change-Id: I5b9f6323e80b69e5baf81016ac92eda0b5bdd13d
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index e3003f849f90..0f81a4dea1d8 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -51,7 +51,7 @@ endif
# gb_CppunitTest_TARGETTYPE
# gb_CppunitTest_get_filename
# DBGSV_ERROR_OUT => in non-product builds, ensure that tools-based assertions do not pop up as message box, but are routed to the shell
-ifneq ($(OS),IOS)
+ifneq ($(CROSS_COMPILING),YES)
gb_CppunitTest_CPPTESTTARGET := $(call gb_Executable_get_target,cppunit/cppunittester)
endif