File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ name : MacBuildEnvironment
15
15
id : MacBuildEnvironment/9df1e3b3b120_2fc8e616a2e5dfb7907fc42d9576b427e692223c266dc3bc305de4bf03714e30.7z
16
16
repo: testing
17
17
18
- name : mono
19
- id : mono/9df1e3b3b120_f81c172b91f45b2e045f4ba52d5f65cc54041da1527f2c854bf9db3a99495007.7z
20
- repo: testing
21
-
22
18
name : MonoBleedingEdge
23
19
id : MonoBleedingEdge/9df1e3b3b120_ab6d2f131e6bd4fe2aacafb0f683e8fa4e1ccba35552b6fe89bf359b6ee16215.7z
24
20
repo: testing
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ sub CompileVCProj
41
41
42
42
my $msbuild = $ENV {" ProgramFiles(x86)" }." /MSBuild/$msBuildVersion /Bin/MSBuild.exe" ;
43
43
44
- if ((! -d $extraBuildTools ) || ( $ENV {YAMATO_PROJECT_ID }) || ($ENV {USERNAME } == " bokken" ))
44
+ if (($ENV {YAMATO_PROJECT_ID }) || ($ENV {USERNAME } == " bokken" ))
45
45
{
46
46
$msbuild = $ENV {" ProgramFiles(x86)" }." /Microsoft Visual Studio/2017/Professional/MSBuild/15.0/Bin/MSBuild.exe" ;
47
47
}
You can’t perform that action at this time.
0 commit comments