Skip to content

Commit

Permalink
fix sdk build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez committed Nov 21, 2023
1 parent 531f232 commit 39de098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/install-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -z "$PLATFORM" ]; then
export PLATFORM=$(uname -m)
fi

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

0 comments on commit 39de098

Please sign in to comment.