Skip to content

Commit

Permalink
Only compile ls-sdk-core with build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Apr 30, 2024
1 parent 27675f1 commit 454ffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ls-sdk-flutter/scripts/build_apple.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Future<void> mainImpl(List<String> args) async {
for (final target in targets) {
print(' Building target $target');
await run('rustup target add $target');
await run('cargo build --target=$target $profileArg');
await run('cargo build --package ls-sdk --target=$target $profileArg');
}

await run('mkdir -p mac-lipo ios-sim-lipo');
Expand Down

0 comments on commit 454ffe5

Please sign in to comment.