Ensure we send the pwd to patch-rpath when building standalone

This commit is contained in:
casey langen 2023-03-25 16:54:07 -07:00
parent 81a24ab014
commit 01addae612

View File

@ -76,7 +76,7 @@ else
make ${JOBS} || exit $? make ${JOBS} || exit $?
fi fi
./script/patch-rpath.sh || exit $? ./script/patch-rpath.sh $(pwd) || exit $?
rm -rf dist/$VERSION/*${OS_ARCH}_$VERSION* 2> /dev/null rm -rf dist/$VERSION/*${OS_ARCH}_$VERSION* 2> /dev/null