cCompiler property
CCompilerConfig?
get
cCompiler
A compiler toolchain able to target targetOS with targetArchitecture.
Implementation
CCompilerConfig? get cCompiler => switch (_syntax.cCompiler) {
null => null,
final c => CCompilerConfigSyntax.fromSyntax(c),
};