Add custom toolchain option (#110)
Fixed #48 Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user