Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jul 18, 2024
1 parent 0dd1c5f commit 0c37809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/dart/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void main(List<String> args) async {

final path = '${config.outDir.path}/icu4x';

await buildLib(target, linkMode, path, 'default_components,icu_experimental');
await buildLib(target, linkMode, 'default_components,icu_experimental', path);

await BuildOutput(
assets: [
Expand Down

0 comments on commit 0c37809

Please sign in to comment.