Skip to content

Commit

Permalink
Add workaround for broken SDL2 2.30.10 MinGW release
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
madebr committed Dec 12, 2024
1 parent 01284fa commit 391eb3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-scripts/release-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"archs": ["x86", "x64"],
"args": [
"--with-sdl-prefix=@<@DEP_PREFIX@>@",
"LDFLAGS=-L@<@PROJECT_ROOT@>@/VisualC/external/optional/@<@ARCH@>@",
"CFLAGS=-O2 -I@<@DEP_PREFIX@>@/include -I@<@DEP_PREFIX@>@/include/SDL2",
"LDFLAGS=-Wl,-s -L@<@PROJECT_ROOT@>@/VisualC/external/optional/@<@ARCH@>@ -L@<@DEP_PREFIX@>@/lib -lSDL2",
"LIBAVIF_CFLAGS=-I@<@PROJECT_ROOT@>@/VisualC/external/include",
"LIBAVIF_LIBS=-L@<@PROJECT_ROOT@>@/VisualC/external/optional/@<@ARCH@>@",
"LIBTIFF_CFLAGS=-I@<@PROJECT_ROOT@>@/VisualC/external/include",
Expand Down

0 comments on commit 391eb3e

Please sign in to comment.