Skip to content

Commit

Permalink
[WRAPPED][ANDROID] Add libGL ALTNAME (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegos2 authored Dec 28, 2024
1 parent 6e1e7de commit d0c7cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrapped/wrappedlibgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d0c7cb4

Please sign in to comment.