We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdfd83 commit 58d77ccCopy full SHA for 58d77cc
examples/tos_meets_rust/build.sh
@@ -6,7 +6,7 @@ set -e
6
function cook_rust() {
7
RETDIR=$(pwd)
8
9
- ROOTDIR=$(git rev-parse --show-toplevel)
+ ROOTDIR=$(git rev-parse --show-toplevel)/examples/tos_meets_rust
10
[[ ! -e $ROOTDIR ]] && echo "[x] Cannot ROOTDIR" && return 42
11
12
BUILD_DIR=$ROOTDIR/build
0 commit comments