mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
fix x64_64 typo in comments (flutter/engine#29731)
This commit is contained in:
parent
0d67e4e080
commit
359f05e0e5
@ -220,7 +220,7 @@ if (enable_unittests) {
|
||||
":shell_unittests_gpu_configuration_config",
|
||||
]
|
||||
|
||||
# SwiftShader only supports x86/x64_64
|
||||
# SwiftShader only supports x86/x86_64
|
||||
if (target_cpu == "x86" || target_cpu == "x64") {
|
||||
if (test_enable_gl) {
|
||||
sources += [
|
||||
|
||||
@ -130,14 +130,14 @@ if (enable_unittests) {
|
||||
"//flutter/fml",
|
||||
]
|
||||
|
||||
# SwiftShader only supports x86/x64_64
|
||||
# SwiftShader only supports x86/x86_64
|
||||
if (target_cpu == "x86" || target_cpu == "x64") {
|
||||
configs += [ "//third_party/swiftshader_flutter:swiftshader_config" ]
|
||||
deps += [ "//third_party/swiftshader_flutter:swiftshader_vulkan" ]
|
||||
}
|
||||
}
|
||||
|
||||
# SwiftShader only supports x86/x64_64
|
||||
# SwiftShader only supports x86/x86_64
|
||||
if (target_cpu == "x86" || target_cpu == "x64") {
|
||||
source_set("opengl") {
|
||||
testonly = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user