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.
1 parent 8132054 commit 8663dfaCopy full SHA for 8663dfa
pkgs/native_assets_builder/lib/src/build_runner/build_runner.dart
@@ -430,7 +430,7 @@ ${e.message}
430
'TEMP', // Needed for temp dirs in Dart process.
431
'TMP', // Needed for temp dirs in Dart process.
432
'TMPDIR', // Needed for temp dirs in Dart process.
433
- 'USER_PROFILE', // Needed to find tools in default install locations.
+ 'USERPROFILE', // Needed to find tools in default install locations.
434
'WINDIR', // Needed for CMake.
435
};
436
0 commit comments