Skip to content

Commit

Permalink
music_xmp.cmake: Fixed linking with libXMP on Windows
Browse files Browse the repository at this point in the history
Bravo!
This libxmp/libxmp@32e8f08 caused me to update three repos again and re-run tens of CIs just to fix this small thing...
  • Loading branch information
Wohlstand committed May 14, 2023
1 parent ec1464d commit c0f7e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codecs/music_xmp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(USE_XMP)
elseif(NOT USE_XMP_LITE AND NOT USE_XMP_LITE_ENFORCE)
# AudioCodecs package doesn't include lite version at all
if(WIN32)
list(APPEND SDL_MIXER_DEFINITIONS -DBUILDING_STATIC)
list(APPEND SDL_MIXER_DEFINITIONS -DBUILDING_STATIC -DLIBXMP_STATIC)
endif()

if(MSVC)
Expand Down

0 comments on commit c0f7e13

Please sign in to comment.