You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Differentiate clang invocation when targeting x86 vs x64 on Windows. (flutter#388)
* Differentiate clang invocation when targeting x86 vs x64 on Windows.
This fixes building of android gen_snapshot with clang.
This is along the same lines that were done in dart sdk https://dart-review.googlesource.com/c/sdk/+/142704
* Ensure we only add -m32 when using clang
0 commit comments