Throughout the engine/embedder build rules, we make path assumptions of the host clang toolchain path. These should be replaced with a centralised variable declared in the toolchain.
e.g.
|
_libclang_base_path = |
|
"$buildtools_path/mac-x64/clang/lib/clang/13.0.0/lib/darwin/" |
Throughout the engine/embedder build rules, we make path assumptions of the host clang toolchain path. These should be replaced with a centralised variable declared in the toolchain.
e.g.
flutter/engine/src/flutter/shell/platform/darwin/ios/BUILD.gn
Lines 416 to 417 in 3598686