mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Temporary fix for Mac builds
This commit is contained in:
parent
878baf8442
commit
0bdf46e1d6
@ -830,7 +830,9 @@ if (is_win) {
|
||||
]
|
||||
|
||||
if (is_mac) {
|
||||
default_warning_flags += [ "-Wnewline-eof" ]
|
||||
# TODO(abarth): Re-enable once https://github.com/domokit/mojo/issues/728
|
||||
# is fixed.
|
||||
# default_warning_flags += [ "-Wnewline-eof" ]
|
||||
if (!is_nacl) {
|
||||
# When compiling Objective-C, warns if a method is used whose
|
||||
# availability is newer than the deployment target. This is not
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user