1 parent 254850c commit 79f547bCopy full SHA for 79f547b
1 file changed
code/esp32/build.sh
@@ -8,4 +8,4 @@ cd "$(dirname "$0")"
8
OASIS_ROOT="$(cd ../.. && pwd)"
9
10
# Run cargo build in the FHS environment
11
-exec "$OASIS_ROOT/result/bin/esp32-fhs" -c "unset PYTHONPATH; cargo build $*"
+exec "$OASIS_ROOT/result/bin/esp32-fhs" -c "unset PYTHONPATH; cargo run --bin oasis $*"
0 commit comments