summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-01-03 11:38:21 +0200
committerTor Lillqvist <tml@iki.fi>2012-01-03 11:38:21 +0200
commit90b50bc14830c7f9d2aee27708e4d690df559b5c (patch)
treee7761ebfa27d791e50a556f7741b3b19b01f202c /sal
parentNeed to compile cppunittester as Objective-C++ for iOS (diff)
downloadcore-90b50bc14830c7f9d2aee27708e4d690df559b5c.tar.gz
core-90b50bc14830c7f9d2aee27708e4d690df559b5c.zip
Actually we should not build a normal cppunittester executable for iOS at all
Diffstat (limited to 'sal')
-rw-r--r--sal/Module_sal.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index 556c67e9c846..92950acefbaf 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -29,7 +29,8 @@
$(eval $(call gb_Module_Module,sal))
$(eval $(call gb_Module_add_targets,sal,\
- Executable_cppunittester \
+ $(if $(filter $(OS),IOS),,\
+ Executable_cppunittester) \
$(if $(filter $(OS),ANDROID), \
Library_lo-bootstrap) \
Library_sal \