mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix Xcode check (#306)
This commit is contained in:
parent
6a9ad927d5
commit
58d85da77c
@ -23,5 +23,8 @@ declare_args() {
|
|||||||
|
|
||||||
declare_args() {
|
declare_args() {
|
||||||
# Xcode is required if using bitcode, and Xcode builds cannot use goma.
|
# Xcode is required if using bitcode, and Xcode builds cannot use goma.
|
||||||
use_xcode = enable_bitcode && !bitcode_marker
|
# TODO(dnfield): We shouldn't need Xcode for bitcode_marker builds, but we do
|
||||||
|
# until libpng and dart have explicitly added LLVM asm sections to their
|
||||||
|
# assembly sources. https://github.com/flutter/flutter/issues/39281
|
||||||
|
use_xcode = enable_bitcode
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user