Browse Source

add syslinks pthread (#3914)

AIR 1 year ago
parent
commit
2f68a1a895
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/a/alsa-lib/xmake.lua

+ 1 - 0
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"})
     add_configs("versioned", {description = "pass flag --without-versioned", default = true, type = "boolean"})
 
 
     if is_plat("linux") then
     if is_plat("linux") then
+        add_syslinks("pthread")
         add_extsources("pacman::alsa-lib", "apt::libasound2-dev")
         add_extsources("pacman::alsa-lib", "apt::libasound2-dev")
     end
     end