mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix build for luajit
This commit is contained in:
parent
9c8d776398
commit
840a2d854d
@ -3,9 +3,13 @@
|
||||
# Install nsis for installer creation
|
||||
sudo apt-get install -qq nsis ninja-build
|
||||
|
||||
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
|
||||
sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
|
||||
|
||||
|
||||
# MXE repository was too slow for Travis far too often
|
||||
wget -nv https://github.com/vcmi/vcmi-deps-mxe/releases/download/2019-06-28/mxe-i686-w64-mingw32.shared-2019-06-28.tar
|
||||
tar -xvf mxe-i686-w64-mingw32.shared-2019-06-28.tar
|
||||
wget -nv https://github.com/vcmi/vcmi-deps-mxe/releases/download/2021-02-20/mxe-i686-w64-mingw32.shared-2021-01-22.tar
|
||||
tar -xvf mxe-i686-w64-mingw32.shared-2021-01-22.tar
|
||||
sudo dpkg -i mxe-*.deb
|
||||
sudo apt-get install -f --yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user