Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Dec 27, 2024
1 parent e2cc701 commit f9032b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/o/openal-soft/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ package("openal-soft")
elseif is_plat("linux", "cross") then
add_syslinks("dl", "pthread")
elseif is_plat("bsd", "cross") then
add_syslinks("pthread")
add_ldflags("pthread")
add_shflags("pthread")
elseif is_plat("android") then
add_syslinks("dl", "OpenSLES")
elseif is_plat("macosx", "iphoneos") then
Expand Down

0 comments on commit f9032b1

Please sign in to comment.