diff options
author | 2017-08-23 12:09:38 +0900 | |
---|---|---|
committer | 2017-08-23 13:09:38 +1000 | |
commit | 41e044ae012c6b33ea6c9c88860be787b4b5d09e (patch) | |
tree | 15776d71fe5bc13044c7ded734450589d534096f /makefile | |
parent | 1de4735438cf385ec99ea51b74c2274ddeee2616 (diff) |
Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle 2.2.1) (#2585)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1533,7 +1533,7 @@ generate: \ $(GENDIR)/includes/SDL2: -$(call MKDIR,$@) - -$(call COPY,3rdparty/SDL2/include/,$(GENDIR)/includes/SDL2) + -$(call COPY,3rdparty/SDL2/include,$(GENDIR)/includes/SDL2) ifneq ($(NEW_GIT_VERSION),$(OLD_GIT_VERSION)) stale: |