From 9f00f4e8e83efa849b40e139223f4577f8e5fafe Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Sun, 26 Jan 2025 17:49:08 +0100 Subject: [PATCH] build fixes --- cmake/sokol.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/sokol.cmake b/cmake/sokol.cmake index 29747c785..5edbaab58 100644 --- a/cmake/sokol.cmake +++ b/cmake/sokol.cmake @@ -30,7 +30,7 @@ if(APPLE) ) elseif(LINUX) - target_link_libraries(sokol X11 GL Xi XCursor m dl asound) + target_link_libraries(sokol X11 GL Xi Xcursor m dl asound) elseif(WIN32) target_link_libraries(sokol D3D11) endif()