Skip to content

Commit dd0e66f

Browse files
committed
tools: fix --shared-ffi compilation on macOS
1 parent d0fa608 commit dd0e66f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/nix/sharedLibDeps.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
inherit (pkgs) sqlite;
4949
})
5050
// (pkgs.lib.optionalAttrs withFFI {
51-
ffi = pkgs.libffi;
51+
ffi = pkgs.libffiReal;
5252
})
5353
// (pkgs.lib.optionalAttrs withSSL (
5454
let

0 commit comments

Comments
 (0)