Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Dart build script feature-aware #5264

Merged
merged 6 commits into from
Jul 18, 2024
Merged

Make Dart build script feature-aware #5264

merged 6 commits into from
Jul 18, 2024

Conversation

robertbastian
Copy link
Member

No description provided.

@robertbastian robertbastian requested a review from a team as a code owner July 18, 2024 12:16
@robertbastian robertbastian requested a review from mosuem July 18, 2024 12:16
}

Future<void> buildLib(Target target, LinkMode linkMode, String outName) async {
Future<void> buildLib(
Target target, LinkMode linkMode, String cargoFeatures, String outName) async {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Trailing comma would result in nicer formatting

@robertbastian robertbastian merged commit 3e30939 into main Jul 18, 2024
38 checks passed
@robertbastian robertbastian deleted the dart-build branch July 18, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants