Update main.sh

This commit is contained in:
ferreo 2024-11-13 14:13:06 +01:00
parent 793c18a8bd
commit 66b88aac00

View File

@ -9,7 +9,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="0.8.9" VERSION="0.8.9"
# Clone Upstream # Clone Upstream
git clone --recurse-submodules https://github.com/abenz1267/walker.git -b v"$VERSION" git clone --recurse-submodules https://github.com/abenz1267/walker.git
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