fix: change tos_meets_rust example path
This commit is contained in:
parent
0cdfd83eb6
commit
58d77cc4ea
|
|
@ -6,7 +6,7 @@ set -e
|
|||
function cook_rust() {
|
||||
RETDIR=$(pwd)
|
||||
|
||||
ROOTDIR=$(git rev-parse --show-toplevel)
|
||||
ROOTDIR=$(git rev-parse --show-toplevel)/examples/tos_meets_rust
|
||||
[[ ! -e $ROOTDIR ]] && echo "[x] Cannot ROOTDIR" && return 42
|
||||
|
||||
BUILD_DIR=$ROOTDIR/build
|
||||
|
|
|
|||
Loading…
Reference in New Issue