mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:30:05 +00:00
libGLX and libOpenGL should be provided by the system, and not included in the package
This commit is contained in:
parent
936ddec7e3
commit
6907ade2ae
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -152,6 +152,8 @@ jobs:
|
||||||
pushd supercell-wx/
|
pushd supercell-wx/
|
||||||
cd lib/
|
cd lib/
|
||||||
ln -s libssl.so.3 libssl.so
|
ln -s libssl.so.3 libssl.so
|
||||||
|
rm -f libGLX.so*
|
||||||
|
rm -f libOpenGL.so*
|
||||||
cd ..
|
cd ..
|
||||||
mkdir -p plugins/
|
mkdir -p plugins/
|
||||||
cd plugins/
|
cd plugins/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue