diff --git a/thermion_dart/hook/build.dart b/thermion_dart/hook/build.dart index 15768802..70615995 100644 --- a/thermion_dart/hook/build.dart +++ b/thermion_dart/hook/build.dart @@ -107,7 +107,8 @@ void main(List args) async { sources: sources, includes: ['native/include', 'native/include/filament'], defines: defines, - linkWith: linkWith, + // UNCOMMENT THIS IF YOU ARE BUILDING WITH THE CUSTOM native_toolchain_c FORK FOR WINDOWS + // linkWith: linkWith, flags: [ if (platform == "macos") '-mmacosx-version-min=13.0', if (platform == "ios") '-mios-version-min=13.0', @@ -120,8 +121,8 @@ void main(List args) async { ); await cbuilder.run( - config: config, - output: output, + buildConfig: config, + buildOutput: output, logger: logger, ); if (config.targetOS == OS.android) {