add syslinks pthread (#3914)

pull/3945/head
AIR 7 months ago committed by GitHub
parent 8c2b632e1e
commit 2f68a1a895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/a/alsa-lib/xmake.lua

@ -11,6 +11,7 @@ package("alsa-lib")
add_configs("versioned", {description = "pass flag --without-versioned", default = true, type = "boolean"})
if is_plat("linux") then
add_syslinks("pthread")
add_extsources("pacman::alsa-lib", "apt::libasound2-dev")
end

Loading…
Cancel
Save