Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jan 26, 2025
1 parent 2f2f304 commit 9f00f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sokol.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9f00f4e

Please sign in to comment.