diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-23 23:09:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-23 23:09:31 +0200 |
commit | cf2dede2132eef56bda324396ede7ee61d8f4a2b (patch) | |
tree | c7f096f0c2626d889602d4b7679e5499c69f1d1b /sal/Executable_cppunittester.mk | |
parent | 23f2719479a9eac0fde0e4cc6e4ea048886857c1 (diff) |
No need to compile it as Objective-C++ for iOS any more
Diffstat (limited to 'sal/Executable_cppunittester.mk')
-rw-r--r-- | sal/Executable_cppunittester.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sal/Executable_cppunittester.mk b/sal/Executable_cppunittester.mk index 0fc9799d72fb..d6adc3c3527c 100644 --- a/sal/Executable_cppunittester.mk +++ b/sal/Executable_cppunittester.mk @@ -32,14 +32,6 @@ $(eval $(call gb_Executable_set_include,cppunit/cppunittester,\ -I$(realpath $(SRCDIR)/sal/inc) \ )) -ifeq ($(OS),IOS) - -$(eval $(call gb_Executable_add_cxxflags,cppunit/cppunittester,\ - $(gb_OBJCXXFLAGS) \ -)) - -endif - $(eval $(call gb_Executable_add_linked_libs,cppunit/cppunittester,\ sal \ $(gb_STDLIBS) \ |