Skip to content

Commit 39de098

Browse files
committed
fix sdk build script
1 parent 531f232 commit 39de098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/install-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ -z "$PLATFORM" ]; then
1212
export PLATFORM=$(uname -m)
1313
fi
1414

15-
cargo install --path=./startos --no-default-features --features=js_engine,sdk,cli --locked
15+
cargo install --path=./startos --no-default-features --features=js-engine,sdk,cli --locked
1616
startbox_loc=$(which startbox)
1717
ln -sf $startbox_loc $(dirname $startbox_loc)/start-cli
1818
ln -sf $startbox_loc $(dirname $startbox_loc)/start-sdk

0 commit comments

Comments
 (0)