Skip to content

Commit

Permalink
quote should be in front
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 5, 2025
1 parent 26e3378 commit 61b1711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
echo "HOST=x86_64-apple-darwin" >> $GITHUB_ENV
echo "TEST_CC=clang" >> $GITHUB_ENV
echo "LDFLAGS=-ld_classic" >> $GITHUB_ENV
if [ $"{{ env.BUILD_TYPE }}" == "static" ]; then
if [ "${{ env.BUILD_TYPE }}" == "static" ]; then
GMP_CONFIGURE_ARGS="${GMP_CONFIGURE_ARGS//--enable-fat/--disable-assembly}" # macOS static does not support fat binaries & assembly
fi
;;
Expand Down

0 comments on commit 61b1711

Please sign in to comment.