No need to compile it as Objective-C++ for iOS any more

This commit is contained in:
Tor Lillqvist 2012-02-23 23:09:31 +02:00
parent 23f2719479
commit cf2dede213

View file

@ -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) \