Skip to content

Commit 2d443fe

Browse files
committed
Copy the libMonoPosixHelper libraries to the android abi folders
1 parent a0f9e57 commit 2d443fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

external/buildscripts/build.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,8 @@
16421642
print ">>> Copying $file\n";
16431643
system("cp", "$monoroot/mono/mini/.libs/$file","$embedDirArchDestination/$file") eq 0 or die ("failed copying $file\n");
16441644
}
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");
16451647
}
16461648
elsif ($tizen || $tizenEmulator)
16471649
{

0 commit comments

Comments
 (0)