Skip to content
Snippets Groups Projects
Commit d6c46f22 authored by David Schwörer's avatar David Schwörer
Browse files

be more portible

parent 88acbf48
Branches
No related tags found
No related merge requests found
Pipeline #95108 passed
...@@ -30,7 +30,7 @@ do ...@@ -30,7 +30,7 @@ do
done done
for whl in wheelhouse/*.whl; do for whl in wheelhouse/*.whl; do
LD_LIBRARY_PATH=$(realpath ../../../lib/) repair_wheel "$whl" LD_LIBRARY_PATH=$(pwd)/../../../lib/ repair_wheel "$whl"
done done
ls -l /io/wheelhouse ls -l /io/wheelhouse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment