Skip to content

Commit 6bb4544

Browse files
committed
fixup! build: add --shared-lief configure flag
1 parent c7fc76d commit 6bb4544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,7 @@ def configure_lief(o):
21512151
error(f'--without-lief is incompatible with --shared-lief')
21522152
return
21532153

2154-
configure_library('lief', o)
2154+
configure_library('lief', o, pkgname='LIEF')
21552155

21562156
def configure_sqlite(o):
21572157
o['variables']['node_use_sqlite'] = b(not options.without_sqlite)

0 commit comments

Comments
 (0)