pull/6499/head
Saikari 2 months ago
parent 3b6b1fb48d
commit 3bccf0f033
  1. 3
      packages/a/alsa-lib/xmake.lua

@ -31,6 +31,9 @@ package("alsa-lib")
if package:config("versioned")then
table.insert(configs, "--without-versioned")
end
if not package:config("shared") then
table.insert(configs, "--without-pic")
end
import("package.tools.autoconf").install(package, configs)
end)

Loading…
Cancel
Save