Skip to content

Commit

Permalink
wtf 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 6, 2025
1 parent 313fb37 commit acd4ce5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
"win")
echo "GMP_SO=libgmp-10.dll" >> $GITHUB_ENV
echo "GMP_CPP_SO=libgmpxx-4.dll" >> $GITHUB_ENV
echo "MPFR_SO=libmpfr-6.dll" >> $GITHUB_ENV"
echo "MPFR_SO=libmpfr-6.dll" >> $GITHUB_ENV

case "${{ inputs.arch }}" in
"x64")
Expand All @@ -133,7 +133,7 @@ jobs:
"android")
echo "GMP_SO=libgmp.so" >> $GITHUB_ENV
echo "GMP_CPP_SO=libgmpxx.so" >> $GITHUB_ENV
echo "MPFR_SO=libmpfr.so" >> $GITHUB_ENV"
echo "MPFR_SO=libmpfr.so" >> $GITHUB_ENV
echo "STRIP=${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded" >> $GITHUB_ENV

case "${{ inputs.arch }}" in
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
"osx")
echo "GMP_SO=libgmp.dylib" >> $GITHUB_ENV
echo "GMP_CPP_SO=libgmpxx.dylib" >> $GITHUB_ENV
echo "MPFR_SO=libmpfr.dylib" >> $GITHUB_ENV"
echo "MPFR_SO=libmpfr.dylib" >> $GITHUB_ENV
echo "STRIP=strip -x" >> $GITHUB_ENV

case "${{ inputs.arch }}" in
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
echo "BUILD_TYPE_ARGS=--enable-static --disable-shared" >> $GITHUB_ENV
echo "GMP_SO=libgmp.a" >> $GITHUB_ENV
echo "GMP_CPP_SO=libgmpxx.a" >> $GITHUB_ENV
echo "MPFR_SO=libmpfr.a" >> $GITHUB_ENV"
echo "MPFR_SO=libmpfr.a" >> $GITHUB_ENV
;;
*)
echo "Error: Unsupported build type: ${{ inputs.build-type }}"
Expand Down

0 comments on commit acd4ce5

Please sign in to comment.