CCompilerConfig constructor
CCompilerConfig({})
Constructs a new CCompilerConfig based on the given toolchain tools.
Implementation
CCompilerConfig({
this.archiver,
this.compiler,
this.linker,
this.envScript,
this.envScriptArgs,
});