mirror of
https://github.com/izzy2lost/wipeout-rewrite.git
synced 2026-07-06 00:20:05 -07:00
Fix sokol build on linux
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ elseif(EMSCRIPTEN)
|
||||
configure_file("${CMAKE_SOURCE_DIR}/src/wasm-index.html" "game.html" COPYONLY)
|
||||
elseif(UNIX)
|
||||
target_link_libraries(wipeout PUBLIC m)
|
||||
if (PLATFORM STREQUAL "SOKOL" AND LINUX)
|
||||
if ("${PLATFORM}" STREQUAL "SOKOL" AND UNIX)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(X11 REQUIRED)
|
||||
find_package(ALSA REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user