summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miso Kim <meeso.kim@gmail.com>2017-08-23 12:09:38 +0900
committer Vas Crabb <cuavas@users.noreply.github.com>2017-08-23 13:09:38 +1000
commit41e044ae012c6b33ea6c9c88860be787b4b5d09e (patch)
tree15776d71fe5bc13044c7ded734450589d534096f /makefile
parent1de4735438cf385ec99ea51b74c2274ddeee2616 (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--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4bfaf317ee8..5cd780d7dd7 100644
--- a/makefile
+++ b/makefile
@@ -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: