1
0
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:
Thomas Perl 2014-11-07 23:01:31 +01:00
parent 21b416a01e
commit 443dce1e54

View File

@ -20,7 +20,7 @@
namespace GlobalLibPythonLoader {
#ifdef __linux__
#if defined(__linux__) && !defined(ANDROID)
#define _GNU_SOURCE
#include <link.h>