Skip to content

Commit b469b10

Browse files
authored
Update configure.py
1 parent c73ad6b commit b469b10

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
@@ -2126,7 +2126,7 @@ def without_ssl_error(option):
21262126
def configure_lief(o):
21272127
if options.without_lief:
21282128
if options.shared_lief:
2129-
error(f'--without-lief is incompatible with --shared-lief')
2129+
error('--without-lief is incompatible with --shared-lief')
21302130
return
21312131

21322132
configure_library('lief', o, pkgname='LIEF')

0 commit comments

Comments
 (0)