mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +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 $?
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user