Skip to content

Commit 1bc3c9a

Browse files
authored
Merge pull request #1198 from Unity-Technologies/fix-typo-eq
Fix typo
2 parents fbed6eb + 283390a commit 1bc3c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/buildscripts/build_win_no_cygwin.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
my $buildDeps = "";
4040
my $stevedoreBuildDeps=1;
4141
42-
if($ENV{YAMATO_PROJECT_ID} || ($ENV{USERNAME} == "bokken"))
42+
if($ENV{YAMATO_PROJECT_ID} || ($ENV{USERNAME} eq "bokken"))
4343
{
4444
$msBuildVersion = "15.0";
4545
}

0 commit comments

Comments
 (0)