Skip to content

Commit

Permalink
Explicitly request both shared and static SDL3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Feb 27, 2025
1 parent 9796e9c commit c23dacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deps/Makefile.mingw.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ARCH_INIT = \

ARCH_CONFIGURE_ARGS =
ARCH_CMAKE_ARGS = -D CMAKE_SYSTEM_NAME=Windows-GNU
ARCH_CMAKE_SDL3_ARGS += -DCMAKE_BUILD_TYPE=Release
ARCH_CMAKE_SDL3_ARGS += -DCMAKE_BUILD_TYPE=Release -DSDL_SHARED=1 -DSDL_STATIC=1

all: ${ZLIB_TARGET} ${PNG_TARGET} ${OGG_TARGET} ${VORBIS_TARGET} ${STB_TARGET} \
${SDL12_TARGET} ${SDL2_TARGET}
Expand Down

0 comments on commit c23dacb

Please sign in to comment.