Skip to content

Commit c18d22f

Browse files
committed
Updated MixerX to disable versioning for portable builds
1 parent a7cccd5 commit c18d22f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_Libs/SDL_Mixer_X

_common/library_SDLMixerX.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ ExternalProject_Add(
5858
"-DUSE_OGG_VORBIS_STB=ON"
5959
"-DUSE_MP3_MPG123=OFF"
6060
"-DUSE_WAVPACK=OFF"
61+
"-DMIXERX_DISABLE_SO_VERSION=ON"
6162
${ANDROID_CMAKE_FLAGS}
6263
${APPLE_CMAKE_FLAGS}
6364
${MIXERX_WIN32_CMAKE_FLAGS}

0 commit comments

Comments
 (0)