From d047f72a2e9b734918e5d4bf12251591e284219f Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Mon, 12 Feb 2018 16:26:15 +0300 Subject: [PATCH] Ask user to specify zephyr base. --- samples/zephyr/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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."