[Libreoffice-commits] .: sal/Executable_cppunittester.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Feb 23 13:10:20 PST 2012
sal/Executable_cppunittester.mk | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit cf2dede2132eef56bda324396ede7ee61d8f4a2b
Author: Tor Lillqvist <tml at iki.fi>
Date: Thu Feb 23 23:09:31 2012 +0200
No need to compile it as Objective-C++ for iOS any more
diff --git a/sal/Executable_cppunittester.mk b/sal/Executable_cppunittester.mk
index 0fc9799..d6adc3c 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) \
More information about the Libreoffice-commits
mailing list