diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-18 13:17:28 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-18 13:17:28 +0200 |
| commit | 7925a8e1b3a473aa94991272eb3367f91412c433 (patch) | |
| tree | 55b8c47ca8312d4c85d1c4a223f0ba50388c06cd /src | |
| parent | d529bf3c0c35bd156c6fa7998f937b99950b262e (diff) | |
| download | box64-7925a8e1b3a473aa94991272eb3367f91412c433.tar.gz box64-7925a8e1b3a473aa94991272eb3367f91412c433.zip | |
Added libOpenGL.so.0 as a synonym for libGL.so.1
Diffstat (limited to 'src')
| -rwxr-xr-x | src/library_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 9736f5c2..0fa0cd8b 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -7,6 +7,7 @@ GO("libpthread.so.0", libpthread) GO("librt.so.1", librt) GO("libGL.so.1", libgl) GO("libGL.so", libgl) +GO("libOpenGL.so.0", libgl) GO("libGLU.so.1", libglu) GO("libX11.so.6", libx11) GO("libasound.so.2", libasound) |