Skip to content

Commit b833324

Browse files
authored
Merge pull request #1177 from Unity-Technologies/typo
Fix typo
2 parents b41442c + 36f6805 commit b833324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/buildscripts/build_runtime_vs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sub CompileVCProj
4141

4242
my $msbuild = $ENV{"ProgramFiles(x86)"}."/MSBuild/$msBuildVersion/Bin/MSBuild.exe";
4343

44-
if (($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} == "bokken"))
44+
if (($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} eq "bokken"))
4545
{
4646
$msbuild = $ENV{"ProgramFiles(x86)"}."/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/Bin/MSBuild.exe";
4747
}

0 commit comments

Comments
 (0)