about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgmodule2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedgmodule2.c')
-rw-r--r--src/wrapped/wrappedgmodule2.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wrapped/wrappedgmodule2.c b/src/wrapped/wrappedgmodule2.c
index c926238d..d4233e11 100644
--- a/src/wrapped/wrappedgmodule2.c
+++ b/src/wrapped/wrappedgmodule2.c
@@ -24,11 +24,9 @@
         return -1;
 
 #ifdef ANDROID
-#define CUSTOM_INIT \
-    setNeededLibs(lib, 1, "libglib-2.0.so");
+#define NEEDED_LIBS "libglib-2.0.so"
 #else
-#define CUSTOM_INIT \
-    setNeededLibs(lib, 1, "libglib-2.0.so.0");
+#define NEEDED_LIBS "libglib-2.0.so.0"
 #endif
 
 #include "wrappedlib_init.h"