Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Feb 8, 2025
1 parent e6c3d52 commit 358d581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ if(MSVC)
add_definitions(-ZI)
endif()
else()
# Fix build failure "Could NOT find libxmp"
set(SDL2MIXER_VENDORED ON CACHE BOOL "" FORCE)
add_definitions(
-fsigned-char
-Wall -W
Expand Down

0 comments on commit 358d581

Please sign in to comment.