Skip to content

Commit

Permalink
Install libxmp
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Feb 8, 2025
1 parent 358d581 commit 7e49d27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install SDL via homebrew (Linux)
# Because ubuntu 22 doesn't have the latest SDL libs
if: matrix.os == 'ubuntu-latest'
run: brew install sdl2 sdl2_mixer sdl2_image
run: brew install sdl2 sdl2_mixer sdl2_image libxmp

- name: Install packages (Linux)
if: startsWith(matrix.os, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install SDL via homebrew (Linux)
# Because ubuntu 22 doesn't have the latest SDL libs
if: matrix.os == 'ubuntu-latest'
run: brew install sdl2 sdl2_mixer sdl2_image
run: brew install sdl2 sdl2_mixer sdl2_image libxmp

- name: Install packages (Linux)
if: startsWith(matrix.os, 'ubuntu')
Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ 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 7e49d27

Please sign in to comment.