[Libreoffice-commits] .: o3tl/qa
Tor Lillqvist
tml at kemper.freedesktop.org
Wed May 25 15:00:38 PDT 2011
o3tl/qa/makefile.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 224d2bad6a5c32b0c324a6b5f4677b7e0fa4c3f7
Author: Tor Lillqvist <tml at iki.fi>
Date: Thu May 26 00:59:44 2011 +0300
Don't build qa executables for iOS
diff --git a/o3tl/qa/makefile.mk b/o3tl/qa/makefile.mk
index 3475aee..67dcede 100644
--- a/o3tl/qa/makefile.mk
+++ b/o3tl/qa/makefile.mk
@@ -36,6 +36,8 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
+.IF "$(OS)"!="IOS"
+
CFLAGSCXX += $(CPPUNIT_CFLAGS)
.IF "$(L10N_framework)"==""
@@ -68,6 +70,8 @@ SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
.ENDIF # L10N_framework
+.ENDIF
+
.INCLUDE : target.mk
# --- Enable test execution in normal build ------------------------
More information about the Libreoffice-commits
mailing list