summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index c31fb55..fb1c4e8 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,4 @@
-export PATH=~/Library/Python/3.9/bin:$PATH
-export GNUARMEMB_TOOLCHAIN_PATH=/usr/local
+export GNUARMEMB_TOOLCHAIN_PATH=/opt/homebrew/bin
export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
west build app -d build/left -b nice_nano_v2 -- -DSHIELD=corne_left
west build app -d build/right -b nice_nano_v2 -- -DSHIELD=corne_right