Skip to content

Commit

Permalink
scons: Fix building sox on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Jul 25, 2024
1 parent e2a3438 commit 7bef0cb
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 @@ -1292,7 +1292,7 @@ def die(text, *args):
execute(ctx, './configure --host={host} {vars} {flags} {opts}'.format(
host=ctx.toolchain,
vars=format_vars(ctx),
flags=format_flags(ctx),
flags=format_flags(ctx, cflags='-w -Wno-incompatible-function-pointer-types'),
opts=' '.join([
'--disable-openmp',
'--disable-shared',
Expand Down

0 comments on commit 7bef0cb

Please sign in to comment.