mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
Fix gn breakage on non-Fuchsia macOS host builds (#11019)
Ensure that we always pull in the ensure_fuchsia_sdk gn variable. Fixes breakage introduced in flutter/engine#11016 when building outside of a Fuchsia tree (e.g. in a stock Flutter engine tree0 on macOS hosts.
This commit is contained in:
+1
-3
@@ -6,9 +6,7 @@ if (is_android) {
|
||||
import("//build/config/android/config.gni")
|
||||
}
|
||||
|
||||
if (is_fuchsia || is_fuchsia_host) {
|
||||
import("//build/fuchsia/sdk.gni")
|
||||
}
|
||||
import("//build/fuchsia/sdk.gni")
|
||||
|
||||
if (target_cpu == "arm" || target_cpu == "arm64") {
|
||||
import("//build/config/arm.gni")
|
||||
|
||||
Reference in New Issue
Block a user