Add --target-compiler-flags argument to specify flags for clang. (#106)
Also, avoid using environment variables to prevent interference to other commands run by CMake. Only CMAKE_C(XX)_COMPILER is sufficient to build flutter.
This commit is contained in:
@@ -300,6 +300,7 @@ class ELinuxDevice extends Device {
|
||||
targetCompilerTriple: null,
|
||||
targetSysroot: '/',
|
||||
systemIncludeDirectories: null,
|
||||
targetCompilerFlags: null,
|
||||
);
|
||||
await ELinuxBuilder.buildBundle(
|
||||
project: project,
|
||||
|
||||
Reference in New Issue
Block a user