about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorolegos2 <74909582+olegos2@users.noreply.github.com>2024-12-29 02:03:36 +0500
committerGitHub <noreply@github.com>2024-12-28 22:03:36 +0100
commitd0c7cb46e76a3b04bc7e607ae99eb95e197e24d1 (patch)
treeccb6988d26384fedba2efedbc50e370ed556cdd6
parent6e1e7de52b69ad7f1005fad6f8803b605c0d5db1 (diff)
downloadbox64-d0c7cb46e76a3b04bc7e607ae99eb95e197e24d1.tar.gz
box64-d0c7cb46e76a3b04bc7e607ae99eb95e197e24d1.zip
[WRAPPED][ANDROID] Add libGL ALTNAME (#2225)
-rw-r--r--src/wrapped/wrappedlibgl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibgl.c b/src/wrapped/wrappedlibgl.c
index b0a8b962..65f06be7 100644
--- a/src/wrapped/wrappedlibgl.c
+++ b/src/wrapped/wrappedlibgl.c
@@ -18,6 +18,7 @@
 #include "gltools.h"
 
 const char* libglName = "libGL.so.1";
+#define ALTNAME "libGL.so"
 #define LIBNAME libgl
 static library_t* my_lib = NULL;