diff options
Diffstat (limited to '.appveyor')
-rw-r--r-- | .appveyor/install.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor/install.bat b/.appveyor/install.bat index db4800f9..a2aefdd2 100644 --- a/.appveyor/install.bat +++ b/.appveyor/install.bat | |||
@@ -15,6 +15,9 @@ if "%LUA_VER%" NEQ "" ( | |||
15 | set LUA_SHORTV=5.1 | 15 | set LUA_SHORTV=5.1 |
16 | ) | 16 | ) |
17 | 17 | ||
18 | :: unless we specify a platform on appveyor.yaml, we won't get this variable | ||
19 | if not defined platform set platform=x86 | ||
20 | |||
18 | :: defines LUA_DIR so Cmake can find this Lua install | 21 | :: defines LUA_DIR so Cmake can find this Lua install |
19 | if "%LUA%"=="luajit" ( | 22 | if "%LUA%"=="luajit" ( |
20 | set LUA_DIR=c:\lua\%platform%\lj%LJ_SHORTV% | 23 | set LUA_DIR=c:\lua\%platform%\lj%LJ_SHORTV% |