fix sdk build script

This commit is contained in:
Aiden McClelland
2023-11-21 08:44:14 -07:00
parent 531f232418
commit 39de098461

View File

@@ -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