Skip to content

Commit b41442c

Browse files
authored
Merge pull request #1175 from Unity-Technologies/remove-old-mono-stevedore
Remove old mono artifact
2 parents a046492 + 0574dd7 commit b41442c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

external/buildscripts/buildDependencies.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ name : MacBuildEnvironment
1515
id : MacBuildEnvironment/9df1e3b3b120_2fc8e616a2e5dfb7907fc42d9576b427e692223c266dc3bc305de4bf03714e30.7z
1616
repo: testing
1717

18-
name : mono
19-
id : mono/9df1e3b3b120_f81c172b91f45b2e045f4ba52d5f65cc54041da1527f2c854bf9db3a99495007.7z
20-
repo: testing
21-
2218
name : MonoBleedingEdge
2319
id : MonoBleedingEdge/9df1e3b3b120_ab6d2f131e6bd4fe2aacafb0f683e8fa4e1ccba35552b6fe89bf359b6ee16215.7z
2420
repo: testing

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 ((! -d $extraBuildTools) || ($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} == "bokken"))
44+
if (($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} == "bokken"))
4545
{
4646
$msbuild = $ENV{"ProgramFiles(x86)"}."/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/Bin/MSBuild.exe";
4747
}

0 commit comments

Comments
 (0)