Skip to content

Commit 79f547b

Browse files
committed
build->run
1 parent 254850c commit 79f547b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/esp32/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ cd "$(dirname "$0")"
88
OASIS_ROOT="$(cd ../.. && pwd)"
99

1010
# Run cargo build in the FHS environment
11-
exec "$OASIS_ROOT/result/bin/esp32-fhs" -c "unset PYTHONPATH; cargo build $*"
11+
exec "$OASIS_ROOT/result/bin/esp32-fhs" -c "unset PYTHONPATH; cargo run --bin oasis $*"

0 commit comments

Comments
 (0)