Commit dede81c7611695bdf4cf4f88809003018ec0d5e5

Thomas de Grivel 2023-03-17T10:13:21

use system libffi

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/rbpkg/repos/c3.rb b/lib/rbpkg/repos/c3.rb
index a6b51c7..514bf8d 100644
--- a/lib/rbpkg/repos/c3.rb
+++ b/lib/rbpkg/repos/c3.rb
@@ -5,7 +5,7 @@ class Rbpkg::Repos::C3 < Rbpkg::Repo
   end
 
   def self.dependencies
-    ["libbsd", "libffi", "libmd"]
+    ["libbsd", "libmd"]
   end
 
   def git_url