summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-28 15:07:43 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-28 15:07:43 +0100
commit1adc64573f595012e0b7b9a91f60a18bee23bb0d (patch)
tree3e401701b675a8c4be34f3603b23556e68f5fb1d /makefile
parenta17d1385c44228d21829098a50cdef08f6f795d2 (diff)
compiles but crash on OSX with bundled one (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 715584712a0..51fdb6c3c88 100644
--- a/makefile
+++ b/makefile
@@ -1350,7 +1350,7 @@ generate: \
$(GENDIR)/includes/SDL2:
-$(call MKDIR,$@)
- -$(call COPY,3rdparty/SDL2/include,$(GENDIR)/includes/SDL2)
+ -$(call COPY,3rdparty/SDL2/include/,$(GENDIR)/includes/SDL2)
$(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/file2str.py | $(GEN_FOLDERS)
@echo Converting $<...