Skip to content

Commit 46f2e3f

Browse files
committed
Remove Windows code that does not work
1 parent 974ed9f commit 46f2e3f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

external/buildscripts/build.pl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,10 +1666,6 @@
16661666
system("cp", "$monoprefix/bin/mono-2.0.dll", "$distDirArchBin/mono-2.0.dll") eq 0 or die ("failed copying mono-2.0.dll\n");
16671667
system("cp", "$monoprefix/bin/mono-2.0.pdb", "$distDirArchBin/mono-2.0.pdb") eq 0 or die ("failed copying mono-2.0.pdb\n");
16681668
system("cp", "$monoprefix/bin/mono.exe", "$distDirArchBin/mono.exe") eq 0 or die ("failed copying mono.exe\n");
1669-
if($ENV{MONODIS})
1670-
{
1671-
system("cp", "$monoprefix/bin/monodis.exe", "$distDirArchBin/monodis.exe") eq 0 or die ("failed copying monodis.exe\n");
1672-
}
16731669
}
16741670
}
16751671

0 commit comments

Comments
 (0)