Skip to content

Commit d3e1a6d

Browse files
committed
Remove unneeded flag
1 parent dbdb767 commit d3e1a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/scons_helpers/build-3rdparty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ def die(text, *args):
11761176
# see https://github.com/openssl/openssl/blob/master/INSTALL.md#configuration-options
11771177
execute(ctx, '{vars} {flags} ./Configure {platform} {variant} {options}'.format(
11781178
vars=format_vars(ctx, disable_launcher=True),
1179-
flags=format_flags(ctx, cflags='-fPIC'),
1179+
flags=format_flags(ctx),
11801180
platform=detect_openssl_platform(ctx.host),
11811181
variant='--debug' if ctx.variant == 'debug' else '--release',
11821182
options=' '.join([

0 commit comments

Comments
 (0)