Commit 3ca5f69c authored by Daniel Hiltgen's avatar Daniel Hiltgen
Browse files

Fix typo in arm mac arch script

parent 2ecb2472
......@@ -18,7 +18,7 @@ case "${GOARCH}" in
;;
"arm64")
CMAKE_DEFS="-DCMAKE_SYSTEM_PROCESSOR=arm64 -DCMAKE_OSX_ARCHITECTURES=arm64 -DLLAMA_METAL=on ${CMAKE_DEFS}"
ARHC="arm64"
ARCH="arm64"
;;
*)
echo "GOARCH must be set"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment