Skip to content

Commit

Permalink
Make configure.sh posix compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
henke9600 authored and gavinhoward committed Apr 30, 2024
1 parent 3278dae commit 59cf3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ else
fi

# We can't use the linker's strip flag on macOS.
if [ "$debug" -eq 0 ] && [ "$apple" == "" ] && [ "$strip_bin" -ne 0 ]; then
if [ "$debug" -eq 0 ] && [ "$apple" = "" ] && [ "$strip_bin" -ne 0 ]; then
LDFLAGS="-s $LDFLAGS"
fi

Expand Down

0 comments on commit 59cf3b8

Please sign in to comment.