We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e04fd commit 6c55b86Copy full SHA for 6c55b86
external/buildscripts/build_unityscript_bareminimum_win.pl
@@ -37,7 +37,7 @@ ()
37
}
38
39
print("Using .Net framework: $netFrameworkLocation");
40
- $ENV{PATH} = "$ENV{PATH};$netFrameworkLocation";
+ $ENV{PATH} = "$netFrameworkLocation;$ENV{PATH}";
41
42
43
AddDotNetFolderToPath();
0 commit comments