Skip to content

Commit

Permalink
revert back to normal jumpstart script
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansconnect committed Dec 29, 2024
1 parent 36c306d commit 8c0fd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jump-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ fi

$ROC build --lib ./platform/libapp.roc

cargo build --release

if [ -n "$CARGO_BUILD_TARGET" ]; then
cargo build --release --target $CARGO_BUILD_TARGET
cp target/$CARGO_BUILD_TARGET/release/libhost.a ./platform/libhost.a
else
cargo build --release
cp target/release/libhost.a ./platform/libhost.a
fi

Expand Down

0 comments on commit 8c0fd0a

Please sign in to comment.