about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxcbsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibxcbsync.c')
-rw-r--r--src/wrapped/wrappedlibxcbsync.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibxcbsync.c b/src/wrapped/wrappedlibxcbsync.c
index ee470e8a..81e46870 100644
--- a/src/wrapped/wrappedlibxcbsync.c
+++ b/src/wrapped/wrappedlibxcbsync.c
@@ -17,7 +17,12 @@
 #include "box64context.h"
 #include "emu/x64emu_private.h"
 
-const char* libxcbsyncName = "libxcb-sync.so.1";
+#ifdef ANDROID
+	const char* libxcbsyncName = "libxcb-sync.so";
+#else
+	const char* libxcbsyncName = "libxcb-sync.so.1";
+#endif
+
 #define LIBNAME libxcbsync
 
 #include "wrappedlib_init.h"