Remove libopengl.so.0 hack, and use LEGACY CMake OpenGL option for AppImage builds (#10234)

This commit is contained in:
Zion 2021-05-06 19:14:31 -07:00 committed by GitHub
parent f56ecb6d3f
commit a043e95d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -51,6 +51,7 @@ cmake .. \
-DCMAKE_AR="$AR" \
-DCMAKE_RANLIB="$RANLIB" \
-DUSE_SYSTEM_CURL=ON \
-DOpenGL_GL_PREFERENCE=LEGACY \
-G Ninja
ninja; build_status=$?;