Skip to content

Commit

Permalink
ag
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 5, 2025
1 parent 503d007 commit d4de32c
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 @@ -343,7 +343,7 @@ jobs:
- name: Compile Test C Program
run: |
if [ "$BUILD_TYPE" = "static" ]; then
LINK_OPTION="-lm ${{ github.workspace }}/gmp-${{ inputs.gmp-version }}/${{ env.GMP_SO }}"
LINK_OPTION="${{ github.workspace }}/gmp-${{ inputs.gmp-version }}/.libs/${{ env.GMP_SO }}"
else
LINK_OPTION="-L${{ github.workspace }}/gmp-${{ inputs.gmp-version }}/.libs -lgmp"
fi
Expand Down

0 comments on commit d4de32c

Please sign in to comment.