package management is stupid and the people who made it are full of shit

This commit is contained in:
ThePhD 2016-08-22 23:22:17 -04:00
parent 282913c258
commit 4e967a2227
2 changed files with 3 additions and 2 deletions

View File

@ -174,7 +174,7 @@ matrix:
- os: osx - os: osx
osx_image: xcode7 osx_image: xcode7
compiler: gcc compiler: gcc
env: COMPILER=g++-5 LUA_VERSION=luajit51 env: COMPILER=g++-5 LUA_VERSION=luajit
- os: osx - os: osx
osx_image: xcode7 osx_image: xcode7

View File

@ -78,6 +78,7 @@ install_os_deps() {
lua52) lua_pkg=lua ;; lua52) lua_pkg=lua ;;
lua51) lua_pkg=lua51 ;; lua51) lua_pkg=lua51 ;;
luajit52) lua_pkg=luajit ;; luajit52) lua_pkg=luajit ;;
luajit) lua_pkg=luajit ;;
*) echo "Invalid Lua Version for OSX" *) echo "Invalid Lua Version for OSX"
exit 2 exit 2
;; ;;