diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-01-03 11:34:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-01-03 11:35:48 +0200 |
commit | bf2d6d8d0487b13a3996463aa755bdcd73f410c6 (patch) | |
tree | add1c35768b81b9ebecfd89c64eddd91787aaf72 /sal | |
parent | 2ad20308edf6ece3ddc6f5ae30ec2540f4eab5f1 (diff) |
Need to compile cppunittester as Objective-C++ for iOS
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Executable_cppunittester.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sal/Executable_cppunittester.mk b/sal/Executable_cppunittester.mk index d6adc3c3527c..0fc9799d72fb 100644 --- a/sal/Executable_cppunittester.mk +++ b/sal/Executable_cppunittester.mk @@ -32,6 +32,14 @@ $(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) \ |