Skip to content

Commit 6c55b86

Browse files
committed
Add .NET FW to beginning of path rather than end
1 parent 14e04fd commit 6c55b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/buildscripts/build_unityscript_bareminimum_win.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ()
3737
}
3838

3939
print("Using .Net framework: $netFrameworkLocation");
40-
$ENV{PATH} = "$ENV{PATH};$netFrameworkLocation";
40+
$ENV{PATH} = "$netFrameworkLocation;$ENV{PATH}";
4141
}
4242

4343
AddDotNetFolderToPath();

0 commit comments

Comments
 (0)