We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WINDIR
SYSTEMDRIVE
1 parent 2d6128d commit 72cc2e0Copy full SHA for 72cc2e0
pkgs/native_assets_builder/lib/src/build_runner/build_runner.dart
@@ -428,11 +428,13 @@ ${e.message}
428
'HOME', // Needed to find tools in default install locations.
429
'PATH', // Needed to invoke native tools.
430
'PROGRAMDATA', // Needed for vswhere.exe.
431
+ 'SYSTEMDRIVE', // Needed for CMake.
432
'SYSTEMROOT', // Needed for process invocations on Windows.
433
'TEMP', // Needed for temp dirs in Dart process.
434
'TMP', // Needed for temp dirs in Dart process.
435
'TMPDIR', // Needed for temp dirs in Dart process.
436
'USER_PROFILE', // Needed to find tools in default install locations.
437
+ 'WINDIR', // Needed for CMake.
438
};
439
440
Future<HookOutput?> _runHookForPackage(
0 commit comments