Kaydet (Commit) cf2dede2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

üst 23f27194
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment