Add linux pacman add_extsources for libffi (#901)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent ecd893ea4f
commit f1e2937361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/l/libffi/xmake.lua

@ -10,7 +10,7 @@ package("libffi")
add_versions("3.4.2", "540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620")
if is_plat("linux") then
add_extsources("apt::libffi-dev")
add_extsources("apt::libffi-dev", "pacman::libffi")
elseif is_plat("macosx") then
add_extsources("brew::libffi")
end

Loading…
Cancel
Save