Merge pull request #1988 from dhiltgen/fix_intel_mac
Fix typo in arm mac arch script
This commit is contained in:
commit
95ad9a9fc8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue