[Libreoffice-commits] .: np_sdk/mozsrc

Tor Lillqvist tml at kemper.freedesktop.org
Sun May 15 14:10:26 PDT 2011


 np_sdk/mozsrc/makefile.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 69cc2b9f174d4de9dca3f5f6570350c5d368704f
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon May 16 00:09:23 2011 +0300

    No use building np_sdk for iOS or Android

diff --git a/np_sdk/mozsrc/makefile.mk b/np_sdk/mozsrc/makefile.mk
index 905146a..1172a38 100644
--- a/np_sdk/mozsrc/makefile.mk
+++ b/np_sdk/mozsrc/makefile.mk
@@ -35,6 +35,7 @@ EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(OS)"!="IOS" && "$(OS)"!="ANDROID"
 .IF "$(L10N_framework)"==""
 JDKINCS=
 
@@ -54,6 +55,6 @@ ALL: $(MOZFILES)
 
 # --- Targets ------------------------------------------------------
 .ENDIF 		# L10N_framework
+.ENDIF		# iOS or Android
 
 .INCLUDE :	target.mk
-


More information about the Libreoffice-commits mailing list