mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-28 15:16:43 +00:00
Ensure we send the pwd to patch-rpath
when building standalone
This commit is contained in:
parent
81a24ab014
commit
01addae612
@ -76,7 +76,7 @@ else
|
||||
make ${JOBS} || exit $?
|
||||
fi
|
||||
|
||||
./script/patch-rpath.sh || exit $?
|
||||
./script/patch-rpath.sh $(pwd) || exit $?
|
||||
|
||||
rm -rf dist/$VERSION/*${OS_ARCH}_$VERSION* 2> /dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user