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
No related branches found
No related tags found
No related merge requests found
Pipeline #95108 passed
......@@ -30,7 +30,7 @@ do
done
for whl in wheelhouse/*.whl; do
LD_LIBRARY_PATH=$(realpath ../../../lib/) repair_wheel "$whl"
LD_LIBRARY_PATH=$(pwd)/../../../lib/ repair_wheel "$whl"
done
ls -l /io/wheelhouse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment