diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-12 19:19:21 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-12 19:19:46 +0300 |
commit | d1e8ef8c46b0f3409396eaadd0a3743feb6a5f44 (patch) | |
tree | e08e80edb14a558dddbfd592e899435aa91a3a20 /shell/source/unix | |
parent | bd8585dcd5128616d3ca7005d5b4297cea1643a5 (diff) |
Don't build this for iOS or Android either
Diffstat (limited to 'shell/source/unix')
-rwxr-xr-x | shell/source/unix/sysshell/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk index 60605ef0f3ff..80cca7ccd298 100755 --- a/shell/source/unix/sysshell/makefile.mk +++ b/shell/source/unix/sysshell/makefile.mk @@ -42,7 +42,7 @@ CFLAGS+=-DSYSTEM_EXPAT # --- Files -------------------------------------------------------- -.IF "$(OS)" != "MACOSX" +.IF "$(OS)" != "MACOSX" && "$(OS)" != "IOS" && "$(OS)" != "ANDROID" SLOFILES=$(SLO)$/recently_used_file.obj \ $(SLO)$/recently_used_file_handler.obj @@ -59,9 +59,9 @@ SHL1VERSIONMAP=recfile.map .ELSE dummy: - @echo "Nothing to build for MACOSX" + @echo "Nothing to build for $(OS)" -.ENDIF # MACOSX +.ENDIF # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |