Fix Windows build break caused by bump to lua 5.4.2.

Modified Windows build to use submodules/lua for lua source.
This commit is contained in:
Bart House
2020-12-11 18:45:44 -08:00
parent 5b709fcb55
commit fe874db0b3
6 changed files with 10 additions and 5 deletions

View File

@@ -53,6 +53,7 @@
<ClCompile Include="$(LuaDir)lbitlib.c">
<ExcludedFromBuild Condition="'$(LUA_VERSION)'=='5.4.0'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(LUA_VERSION)'=='5.4.1'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(LUA_VERSION)'=='5.4.2'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(LUA_VERSION)'=='5.3.5'">false</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="$(LuaDir)lcode.c" />