Fix detection of Mac target specification as a host build.#35063
Fix detection of Mac target specification as a host build.#35063auto-submit[bot] merged 1 commit intoflutter:mainfrom
Conversation
|
cc @zanderso since you authored the patch. |
gaaclarke
left a comment
There was a problem hiding this comment.
This is an improvement over the status quo. I think there is other work we should do that makes the host and the --mac build different though. That can be addressed in the future.
|
Can you file an issue for that? I was thinking of the opposite of just having --mac be the default with no host variant. |
|
Does building on an arm64 mac still work with this patch? The logic here might have a different result, but I'm just eyeballing it: https://github.com/flutter/engine/blob/main/tools/gn#L292 |
Really can't say without access to a device right now or on CI. I expect so since this patch fixes just the build with the But yeah, we should wire this up on CI to be sure. I have an M2 device on order to test by my desk too but that is being delayed. |
Fixes flutter/flutter#108485