-
Notifications
You must be signed in to change notification settings - Fork 6k
Archive windows gen_snapshot.exe. #35414
Changes from 1 commit
56e4e4a
a420497
6beb5f3
76c0ed1
8c7b9d1
1c7c55b
28dde2c
58946c4
6476c1e
5e8075f
34c6458
74775c8
fe04472
5167ef2
05598a7
d186259
3307d80
b05e233
3414a76
2944b79
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -23,8 +23,8 @@ declare_args() { | |||
| # Whether to use a prebuilt Dart SDK instead of building one. | ||||
| flutter_prebuilt_dart_sdk = false | ||||
|
|
||||
| # The dart target architecture. | ||||
| dart_target_arch = "arm" | ||||
| # The android cpu used to generate windows artifacts. | ||||
| android_cpu = "arm" | ||||
|
||||
| # No cross-compilation on Windows (for now). Use host toolchain that |
Instead of going further in this direction, we should try to remove the hack. (Added/expanded on here #3883 cc @rmacnak-google)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following #37125, I think android_cpu is no longer needed, and target_cpu can be used. But I haven't actually tried it myself ;-)
Uh oh!
There was an error while loading. Please reload this page.