Explorar el Código

Add linux pacman add_extsources for libffi (#901)

Arthapz hace 3 años
padre
commit
f1e2937361
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/l/libffi/xmake.lua

+ 1 - 1
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