Skip to content
Snippets Groups Projects
Commit 710ea0a3 authored by Vrelnir's avatar Vrelnir
Browse files

Merge branch 'master' into 'dev'

add mac m1 tweego

See merge request Vrelnir/degrees-of-lewdity!2422
parents 28afae13 708d684e
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,14 @@ function compile() {
TWEEGO_EXE="./devTools/tweego/tweego_linux86"
fi
;;
arm64)
echoMessage "arm64 arch"
if [ "$(uname -s)" = "Darwin" ]; then
TWEEGO_EXE="./devTools/tweego/tweego_m1" #for mac m1 and m2
#else
#not linux arm
fi
;;
*)
echoError "No system tweego binary found, and no precompiled binary for your platform available."
echoError "Please compile tweego and put the executable in PATH."
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment