0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-21 16:19:36 +00:00
Files
termux-packages/packages/game-music-emu/player-CMakeLists.txt.patch
2025-03-23 15:05:02 +02:00

12 lines
322 B
Diff

--- a/player/CMakeLists.txt
+++ b/player/CMakeLists.txt
@@ -15,7 +15,7 @@
Archive_Reader.h
player.cpp)
-if(SDL2_FOUND)
+if(FALSE)
message(STATUS "SDL2 library located, player demo is available to be built in the /player directory")
add_executable(gme_player ${player_SRCS})