summaryrefslogtreecommitdiff
path: root/jvmaccess/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-11-26 00:28:49 +0200
committerTor Lillqvist <tml@iki.fi>2011-11-26 00:34:14 +0200
commit177fd47a8c77848c00632398ec233464cb8575e2 (patch)
tree76d3024c7bb92e7c17b35db3585ea0357f6851e6 /jvmaccess/source
parenta5cdc4cbc70f479f0c06ec6f36d6a9139484bb34 (diff)
Don't bother building anything here for iOS
Diffstat (limited to 'jvmaccess/source')
-rw-r--r--jvmaccess/source/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/jvmaccess/source/makefile.mk b/jvmaccess/source/makefile.mk
index 44e0313398e6..8c19c93fcaff 100644
--- a/jvmaccess/source/makefile.mk
+++ b/jvmaccess/source/makefile.mk
@@ -33,6 +33,11 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk
+.IF "$(OS)" == "IOS"
+ALL:
+ @echo Nothing done for $(OS)
+.ENDIF
+
SLOFILES = \
$(SLO)$/classpath.obj \
$(SLO)$/unovirtualmachine.obj \