Skip to content

Commit

Permalink
Try to get rid of LDFLAGS rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 13, 2021
1 parent 4dec69a commit ff8663b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -108,7 +108,6 @@ jobs:
run: |
echo "OPENSSL_DIR=${OSSL_PATH}" >> $GITHUB_ENV
echo "CFLAGS=${CFLAGS} -Werror=implicit-function-declaration" >> $GITHUB_ENV
echo "LDFLAGS=${LDFLAGS} -L${OSSL_PATH}/lib64 -Wl,-rpath=${OSSL_PATH}/lib -Wl,-rpath=${OSSL_PATH}/lib64" >> $GITHUB_ENV
if: matrix.PYTHON.OPENSSL
- name: Tests
run: |
Expand Down

0 comments on commit ff8663b

Please sign in to comment.