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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user