mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-28 23:52:55 +08:00
Android compatibility fix
There's no need to load libpython globally on Android.
This commit is contained in:
parent
21b416a01e
commit
443dce1e54
@ -20,7 +20,7 @@
|
||||
|
||||
namespace GlobalLibPythonLoader {
|
||||
|
||||
#ifdef __linux__
|
||||
#if defined(__linux__) && !defined(ANDROID)
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <link.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user