Skip to content

Commit f0341c3

Browse files
committed
build: add --shared-lief configure flag
PR-URL: nodejs#61536 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 2e17846 commit f0341c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/nix/sharedLibDeps.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
ngtcp2
4444
;
4545
})
46-
// (pkgs.lib.optionalAttrs withLief {
47-
inherit (pkgs) lief;
48-
})
4946
// (pkgs.lib.optionalAttrs withSQLite {
5047
inherit (pkgs) sqlite;
5148
})

0 commit comments

Comments
 (0)