Add custom toolchain option (#110)

Fixed #48

Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
Hidenori Matsubayashi
2022-08-12 09:25:22 +09:00
committed by GitHub
parent f50c49d31a
commit ed16e0bd77
4 changed files with 20 additions and 5 deletions
+2 -1
View File
@@ -299,8 +299,9 @@ class ELinuxDevice extends Device {
targetBackendType: _backendType,
targetCompilerTriple: null,
targetSysroot: '/',
systemIncludeDirectories: null,
targetCompilerFlags: null,
targetToolchain: null,
systemIncludeDirectories: null,
);
await ELinuxBuilder.buildBundle(
project: project,