Commit 758f196
committed
external_deps: don't munge SDL config
The build script for mingw sdl2 uses prebuilt binaries, but calls a
makefile which only substitutes some hard-coded paths into some build
config helpers and copies the files. Just copy the files ourselves and
don't munge the configs: the unmunged cmake uses a relative path
which is actually what we want. In newer SDL versions the makefile munges the
cmake configs (in addition to the shell-based one) which breaks us.1 parent 6941b6f commit 758f196
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
0 commit comments