Skip to content

Commit 59240d1

Browse files
author
Michael DeRoy
committed
Revert il2cpp as dependency of mono f16d00e
1 parent 31039ff commit 59240d1

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

external/buildscripts/build.pl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166

167167
# Do any settings agnostic per-platform stuff
168168
my $externalBuildDeps = "";
169-
my $externalBuildDepsIl2Cpp = "$monoroot/../../il2cpp/build";
170169

171170
if ($buildDeps ne "" && not $forceDefaultBuildDeps)
172171
{
@@ -296,18 +295,6 @@
296295
$externalBuildDeps = abs_path($externalBuildDeps) if (-d $externalBuildDeps);
297296
}
298297

299-
if (!(-d "$externalBuildDepsIl2Cpp"))
300-
{
301-
my $il2cpp_repo = "https://bitbucket.org/Unity-Technologies/il2cpp";
302-
print(">>> Cloning $il2cpp_repo at $externalBuildDepsIl2Cpp\n");
303-
$checkoutResult = system("hg", "clone", $il2cpp_repo, "$externalBuildDepsIl2Cpp");
304-
305-
if ($checkoutOnTheFly && $checkoutResult ne 0)
306-
{
307-
die("failed to checkout IL2CPP for the mono build dependencies\n");
308-
}
309-
}
310-
311298
if (-d "$existingExternalMono")
312299
{
313300
print(">>> External mono found at : $existingExternalMono\n");

external/buildscripts/build_win_no_cygwin.pl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
6666
# Do any settings agnostic per-platform stuff
6767
my $externalBuildDeps = "";
68-
my $externalBuildDepsIl2Cpp = "$monoroot/../../il2cpp/build";
6968
7069
if ($buildDeps ne "" && not $forceDefaultBuildDeps)
7170
{
@@ -112,18 +111,6 @@
112111
}
113112
}
114113
115-
if (!(-d "$externalBuildDepsIl2Cpp"))
116-
{
117-
my $il2cpp_repo = "https://bitbucket.org/Unity-Technologies/il2cpp";
118-
print(">>> Cloning $il2cpp_repo at $externalBuildDepsIl2Cpp\n");
119-
$checkoutResult = system("hg", "clone", $il2cpp_repo, "$externalBuildDepsIl2Cpp");
120-
121-
if ($checkoutOnTheFly && $checkoutResult ne 0)
122-
{
123-
die("failed to checkout IL2CPP for the mono build dependencies\n");
124-
}
125-
}
126-
127114
if (-d "$existingExternalMono")
128115
{
129116
print(">>> External mono found at : $existingExternalMono\n");

external/buildscripts/build_win_wrapper.pl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
);
6767

6868
my $externalBuildDeps = "";
69-
my $externalBuildDepsIl2Cpp = "$monoroot/../../il2cpp/build";
7069

7170
if ($buildDeps ne "")
7271
{
@@ -97,18 +96,6 @@
9796
die("failed to checkout mono build dependencies\n");
9897
}
9998
}
100-
101-
if (!(-d "$externalBuildDepsIl2Cpp"))
102-
{
103-
my $il2cpp_repo = "https://bitbucket.org/Unity-Technologies/il2cpp";
104-
print(">>> Cloning $il2cpp_repo at $externalBuildDepsIl2Cpp\n");
105-
$checkoutResult = system("hg", "clone", $il2cpp_repo, "$externalBuildDepsIl2Cpp");
106-
107-
if ($checkoutOnTheFly && $checkoutResult ne 0)
108-
{
109-
die("failed to checkout IL2CPP for the mono build dependencies\n");
110-
}
111-
}
11299
}
113100

114101
print(">>> externalBuildDeps = $externalBuildDeps\n");

0 commit comments

Comments
 (0)