Modify mingw makefile to allow caller to specify LUA build parameters.

This commit is contained in:
Bart House
2020-12-15 02:20:11 -08:00
parent b08b47749f
commit a7b47ff071
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -110,6 +110,10 @@ steps:
displayName: 'Windows MSBuild'
- bash: |
export ADD_LUA=Y
export WANT_LUAC=N
export LUATOP=../submodules/lua
export LUASRC=../submodules/lua
export ADD_CURSES=Y
export PDCURSES_TOP=../submodules/pdcurses
export LUA_VERSION=5.4.2