generated from general-packages/pika-pkg-template
Update main.sh
This commit is contained in:
parent
6a86277881
commit
6bedb4cc38
4
main.sh
4
main.sh
@ -6,10 +6,10 @@ set -e
|
|||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
VERSION="0.10.21"
|
VERSION="v0.10.22"
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone --recurse-submodules https://github.com/abenz1267/walker.git
|
git clone --recurse-submodules https://github.com/abenz1267/walker.git -b v0.10.22
|
||||||
if [[ "$PIKA_BUILD_ARCH" == "amd64-v3" ]]
|
if [[ "$PIKA_BUILD_ARCH" == "amd64-v3" ]]
|
||||||
then
|
then
|
||||||
cp -rvf ./Makefile-v3 ./walker/Makefile
|
cp -rvf ./Makefile-v3 ./walker/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user