diff --git a/samples/zephyr/build.sh b/samples/zephyr/build.sh index 7c252e43295..9df9276866f 100755 --- a/samples/zephyr/build.sh +++ b/samples/zephyr/build.sh @@ -1,8 +1,7 @@ #!/usr/bin/env bash BOARD=stm32f4_disco -#export ZEPHYR_BASE="PLEASE_SET_ZEPHYR_BASE" -export ZEPHYR_BASE=~/kotlin-native/zephyr +export ZEPHYR_BASE="PLEASE_SET_ZEPHYR_BASE" if [ "$ZEPHYR_BASE" == "PLEASE_SET_ZEPHYR_BASE" ] ; then echo "Please set ZEPHYR_BASE in this build.sh."