Skip to content

Commit 9304fdd

Browse files
committed
Remove IL2CPP copy scripts. This is in IL2CPP repo now.
1 parent 562c6a0 commit 9304fdd

File tree

3 files changed

+0
-623
lines changed

3 files changed

+0
-623
lines changed

external/buildscripts/build.pl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,18 +1669,6 @@
16691669
system("cp", "$monoprefix/bin/mono-2.0-sgen.pdb", "$embedDirArchDestination/mono-2.0-sgen.pdb") eq 0 or die ("failed copying mono-2.0-sgen.pdb\n");
16701670
}
16711671

1672-
# sources directory setup
1673-
print ">>> Copying mono sources needed for il2cpp\n";
1674-
system("mkdir -p $sourcesroot") eq 0 or die "failed making directory $sourcesroot\n";
1675-
1676-
# need to build some arm headers to package up for android
1677-
chdir("$monoroot/mono/arch/arm") eq 1 or die ("failed to chdir to mono/arch/arm directory\n");
1678-
system(@commandPrefix, ("make")) eq 0 or die ("failed to make arm headers\n");
1679-
print(">>> Changing directory back to : $currentdir\n");
1680-
chdir("$currentdir") eq 1 or die ("failed to chdir to $currentdir\n");
1681-
1682-
system("perl", "$buildscriptsdir/copy_il2cpp_sources.pl", "--monoroot=$monoroot", "--sourcesroot=$sourcesroot") eq 0 or die ('failed to copy the source files needed for il2cpp');
1683-
16841672
# monodistribution directory setup
16851673
print(">>> Creating monodistribution directory\n");
16861674
if ($android || $iphone || $iphoneCross || $iphoneSimulator || $tizen || $tizenEmulator)

external/buildscripts/copy_il2cpp_sources.pl

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)