We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f9e57 commit 2d443feCopy full SHA for 2d443fe
external/buildscripts/build.pl
@@ -1642,6 +1642,8 @@
1642
print ">>> Copying $file\n";
1643
system("cp", "$monoroot/mono/mini/.libs/$file","$embedDirArchDestination/$file") eq 0 or die ("failed copying $file\n");
1644
}
1645
+ print ">>> Copying libMonoPosixHelper.so\n";
1646
+ system("cp", "$monoroot/support/.libs/libMonoPosixHelper.so","$embedDirArchDestination/libMonoPosixHelper.so") eq 0 or die ("failed copying libMonoPosixHelper.so\n");
1647
1648
elsif ($tizen || $tizenEmulator)
1649
{
0 commit comments