Skip to content

Commit

Permalink
with-pic works?
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 5, 2025
1 parent 6cc3399 commit 97f5b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
;;
esac
echo "HOST=$HOST" >> $GITHUB_ENV
GMP_CONFIGURE_ARGS="${GMP_CONFIGURE_ARGS} --with-pic"
ARGS="--target=${HOST}21 --sysroot=${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/sysroot -pie"
echo "TEST_CC=${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/bin/clang ${ARGS} -fPIC" >> $GITHUB_ENV
echo "CC=${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/bin/clang ${ARGS} -fPIC" >> $GITHUB_ENV
Expand Down

0 comments on commit 97f5b1e

Please sign in to comment.