Browse Source
Using a shared libuv for node does not work when dlopen():ing shared libraries in node packages which uses libuv symbols without linking to libuv explicitly, as the Android linker does not use linked libraries on dlopen() to resolve symbols due to historical reasons. Fixes #462.android-5
Fredrik Fornwall
8 years ago
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue