Skip to content

Commit

Permalink
ois: rename X11
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Oct 17, 2024
1 parent 4f6c6ab commit 6d02956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/o/ois/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package("ois")
add_deps("cmake")

if is_plat("linux") then
add_syslinks("x11")
add_syslinks("X11")
elseif is_plat("macosx") then
add_frameworks("Cocoa", "Foundation", "Carbon", "IOKit")
elseif is_plat("windows", "mingw") then
Expand Down

0 comments on commit 6d02956

Please sign in to comment.