We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73ad6b commit b469b10Copy full SHA for b469b10
1 file changed
configure.py
@@ -2126,7 +2126,7 @@ def without_ssl_error(option):
2126
def configure_lief(o):
2127
if options.without_lief:
2128
if options.shared_lief:
2129
- error(f'--without-lief is incompatible with --shared-lief')
+ error('--without-lief is incompatible with --shared-lief')
2130
return
2131
2132
configure_library('lief', o, pkgname='LIEF')
0 commit comments