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 8c2324f
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 @@ -19,13 +19,13 @@ fi
$ROC build --lib ./platform/libapp.roc

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

cargo build --release

$ROC build --linker=legacy build.roc

./build

0 comments on commit 8c2324f

Please sign in to comment.