mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
lua 5.3 doesn't exist on trusty or precise: have to wait until xenial.
This commit is contained in:
parent
ac916b4b91
commit
acead29cd3
|
@ -15,7 +15,6 @@ before_install:
|
|||
- if [ "$CXX" == "g++" ]; then sudo apt-get --yes install g++-4.8; fi
|
||||
- if [ "$CXX" == "g++" ]; then export CXX=g++-4.8; fi
|
||||
- sudo apt-get --yes install ninja-build
|
||||
- sudo apt-get --yes install liblua5.3-dev
|
||||
- sudo apt-get --yes install liblua5.2-dev
|
||||
- sudo apt-get --yes install libluajit-5.1-dev
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user