add libsndio deps (#2586)

pull/2587/head
ruki 1 year ago committed by GitHub
parent fd64637ab5
commit 9450b7fe70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/o/openal-soft/xmake.lua

@ -23,6 +23,9 @@ package("openal-soft")
end
add_deps("cmake")
if is_plat("linux") then
add_deps("libsndio")
end
if is_plat("windows", "mingw") then
add_syslinks("ole32", "shell32", "user32", "winmm", "kernel32")

Loading…
Cancel
Save