Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chen08209 committed Jul 17, 2024
1 parent cb0fe2e commit dffbb6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ class Build {
BuildLibItem(
platform: PlatformType.macos,
arch: Arch.amd64,
archName: 'amd64',
archName: '',
),
BuildLibItem(
platform: PlatformType.macos,
arch: Arch.arm64,
archName: '',
),
BuildLibItem(
platform: PlatformType.windows,
Expand Down

0 comments on commit dffbb6f

Please sign in to comment.