diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-01-03 11:38:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-01-03 11:38:21 +0200 |
commit | 90b50bc14830c7f9d2aee27708e4d690df559b5c (patch) | |
tree | e7761ebfa27d791e50a556f7741b3b19b01f202c /sal/Module_sal.mk | |
parent | bf2d6d8d0487b13a3996463aa755bdcd73f410c6 (diff) |
Actually we should not build a normal cppunittester executable for iOS at all
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r-- | sal/Module_sal.mk | 3 |
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 \ |