Skip to content

Commit

Permalink
Merge pull request #1177 from Unity-Technologies/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ashwinimurt committed May 10, 2019
2 parents b41442c + 36f6805 commit b833324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/buildscripts/build_runtime_vs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sub CompileVCProj

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

if (($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} == "bokken"))
if (($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} eq "bokken"))
{
$msbuild = $ENV{"ProgramFiles(x86)"}."/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/Bin/MSBuild.exe";
}
Expand Down

0 comments on commit b833324

Please sign in to comment.