aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-02-14 22:02:35 +0530
committerEli Schwartz <eschwartz93@gmail.com>2022-02-14 23:30:24 -0500
commit2d56ff135e6e0f3cdf455797a6561796a8c1b7b4 (patch)
tree26078410b16d584f0e02b72181d4f98b7b34bb6c /mesonbuild/backend/backends.py
parent39f61795ca1ae7de3c4c1fc08f88b3d864502cec (diff)
downloadmeson-2d56ff135e6e0f3cdf455797a6561796a8c1b7b4.zip
meson-2d56ff135e6e0f3cdf455797a6561796a8c1b7b4.tar.gz
meson-2d56ff135e6e0f3cdf455797a6561796a8c1b7b4.tar.bz2
shared module: Allow linking on Android
Android requires shared modules that use symbols from other shared modules to be linked before they can be dlopen()ed in the correct order. Not doing so leads to a missing symbol error: https://github.com/android/ndk/issues/201 We need to always allow linking for this. Also add a soname, although it's not confirmed that it's needed, and it doesn't really hurt if it isn't needed.
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions