Skip to content

Commit 58d77cc

Browse files
committed
fix: change tos_meets_rust example path
1 parent 0cdfd83 commit 58d77cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tos_meets_rust/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
function cook_rust() {
77
RETDIR=$(pwd)
88

9-
ROOTDIR=$(git rev-parse --show-toplevel)
9+
ROOTDIR=$(git rev-parse --show-toplevel)/examples/tos_meets_rust
1010
[[ ! -e $ROOTDIR ]] && echo "[x] Cannot ROOTDIR" && return 42
1111

1212
BUILD_DIR=$ROOTDIR/build

0 commit comments

Comments
 (0)