Skip to content

Commit

Permalink
Remove unneeded flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Nov 22, 2023
1 parent dbdb767 commit d3e1a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scons_helpers/build-3rdparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ def die(text, *args):
# see https://github.com/openssl/openssl/blob/master/INSTALL.md#configuration-options
execute(ctx, '{vars} {flags} ./Configure {platform} {variant} {options}'.format(
vars=format_vars(ctx, disable_launcher=True),
flags=format_flags(ctx, cflags='-fPIC'),
flags=format_flags(ctx),
platform=detect_openssl_platform(ctx.host),
variant='--debug' if ctx.variant == 'debug' else '--release',
options=' '.join([
Expand Down

0 comments on commit d3e1a6d

Please sign in to comment.