We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83380ed commit 0c40cd6Copy full SHA for 0c40cd6
buildconfig/manylinux-build/docker_base/sdl_libs/build-sdl2-libs.sh
@@ -94,6 +94,9 @@ mkdir builddir && cd builddir
94
# We prefer libflac, mpg123 and ogg-vorbis over SDL vendored implementations
95
# at the moment. This can be changed later if need arises.
96
# We don't build with libgme for now
97
+# With CMake, libxmp is handled differently compared to the other dependencies.
98
+# The library gets statically linked instead of using standard dynamic linking.
99
+# A fix has been proposed: https://github.com/libsdl-org/SDL_mixer/pull/642
100
cmake -S .. -B . $PG_BASE_CMAKE_FLAGS \
101
-DSDL2MIXER_DEPS_SHARED=$PG_DEPS_SHARED -DSDL2MIXER_VENDORED=0 \
102
-DSDL2MIXER_FLAC_LIBFLAC=1 -DSDL2MIXER_FLAC_DRFLAC=0 \
0 commit comments