diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-03 01:06:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-03 01:13:39 +0300 |
commit | 0cd996591abecbb8b76a47eb7f28d4bccf732fdb (patch) | |
tree | 5b5a0a46e5a126e428127dd10b32a586702e2b2d /sax | |
parent | 29acf735d438b274e45c7cbef67d925b7b0f4e8f (diff) |
Simplify a bit now that gb_Module_add_check_targets is a no-op for iOS anyway
Diffstat (limited to 'sax')
-rw-r--r-- | sax/Module_sax.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/Module_sax.mk b/sax/Module_sax.mk index 325b78a897c8..b55aebe699a5 100644 --- a/sax/Module_sax.mk +++ b/sax/Module_sax.mk @@ -35,11 +35,11 @@ $(eval $(call gb_Module_add_targets,sax,\ Package_inc \ )) -ifneq ($(OS),IOS) $(eval $(call gb_Module_add_check_targets,sax,\ CppunitTest_sax \ )) -else + +ifeq ($(OS),IOS) $(eval $(call gb_Module_add_targets,sax,\ Executable_sax_cppunittester_all \ )) |