Skip to content

Commit 8663dfa

Browse files
authored
[native_assets_builder] Fix env var typo (#2112)
1 parent 8132054 commit 8663dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/native_assets_builder/lib/src/build_runner/build_runner.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ ${e.message}
430430
'TEMP', // Needed for temp dirs in Dart process.
431431
'TMP', // Needed for temp dirs in Dart process.
432432
'TMPDIR', // Needed for temp dirs in Dart process.
433-
'USER_PROFILE', // Needed to find tools in default install locations.
433+
'USERPROFILE', // Needed to find tools in default install locations.
434434
'WINDIR', // Needed for CMake.
435435
};
436436

0 commit comments

Comments
 (0)