diff options
| author | 2016-02-28 15:07:43 +0100 | |
|---|---|---|
| committer | 2016-02-28 15:07:43 +0100 | |
| commit | 1adc64573f595012e0b7b9a91f60a18bee23bb0d (patch) | |
| tree | 3e401701b675a8c4be34f3603b23556e68f5fb1d /makefile | |
| parent | a17d1385c44228d21829098a50cdef08f6f795d2 (diff) | |
compiles but crash on OSX with bundled one (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $<... |
