Skip to content

Commit 55e5a2f

Browse files
committed
hack: maybe linux 2
1 parent 204a924 commit 55e5a2f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

thirdparty/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ set(SDL2MIXER_MIDI OFF)
1414
set(SDL2MIXER_OPUS OFF)
1515
set(SDL2MIXER_VORBIS "VORBISFILE")
1616
set(SDL2MIXER_WAVPACK OFF)
17-
if (SDL_VULKAN_ENABLED)
17+
18+
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
19+
message(STATUS "Thirdparty: SDL_VULKAN_ENABLED = ${SDL_VULKAN_ENABLED}")
1820
set(SDL_VULKAN_ENABLED ON CACHE BOOL "Enable Vulkan support" FORCE)
1921
endif()
2022

0 commit comments

Comments
 (0)