We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b41442c + 36f6805 commit b833324Copy full SHA for b833324
external/buildscripts/build_runtime_vs.pl
@@ -41,7 +41,7 @@ sub CompileVCProj
41
42
my $msbuild = $ENV{"ProgramFiles(x86)"}."/MSBuild/$msBuildVersion/Bin/MSBuild.exe";
43
44
- if (($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} == "bokken"))
+ if (($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} eq "bokken"))
45
{
46
$msbuild = $ENV{"ProgramFiles(x86)"}."/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/Bin/MSBuild.exe";
47
}
0 commit comments