Skip to content

Commit

Permalink
Merge pull request #19613 from hrydgard/downgrade-lua
Browse files Browse the repository at this point in the history
Downgrade the lua submodule to 5.4.7 stable, instead of a random commit
  • Loading branch information
hrydgard authored Nov 7, 2024
2 parents 8d97298 + bb64389 commit da9bfa6
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 17 deletions.
2 changes: 0 additions & 2 deletions Common/Common.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@
<ClInclude Include="..\ext\lua\lstate.h" />
<ClInclude Include="..\ext\lua\lstring.h" />
<ClInclude Include="..\ext\lua\ltable.h" />
<ClInclude Include="..\ext\lua\ltests.h" />
<ClInclude Include="..\ext\lua\ltm.h" />
<ClInclude Include="..\ext\lua\lua.h" />
<ClInclude Include="..\ext\lua\luaconf.h" />
Expand Down Expand Up @@ -934,7 +933,6 @@
<ClCompile Include="..\ext\lua\lstrlib.c" />
<ClCompile Include="..\ext\lua\ltable.c" />
<ClCompile Include="..\ext\lua\ltablib.c" />
<ClCompile Include="..\ext\lua\ltests.c" />
<ClCompile Include="..\ext\lua\ltm.c" />
<ClCompile Include="..\ext\lua\lundump.c" />
<ClCompile Include="..\ext\lua\lutf8lib.c" />
Expand Down
6 changes: 0 additions & 6 deletions Common/Common.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -649,9 +649,6 @@
<ClInclude Include="..\ext\lua\ltable.h">
<Filter>ext\lua</Filter>
</ClInclude>
<ClInclude Include="..\ext\lua\ltests.h">
<Filter>ext\lua</Filter>
</ClInclude>
<ClInclude Include="..\ext\lua\ltm.h">
<Filter>ext\lua</Filter>
</ClInclude>
Expand Down Expand Up @@ -1267,9 +1264,6 @@
<ClCompile Include="..\ext\lua\ltablib.c">
<Filter>ext\lua</Filter>
</ClCompile>
<ClCompile Include="..\ext\lua\ltests.c">
<Filter>ext\lua</Filter>
</ClCompile>
<ClCompile Include="..\ext\lua\ltm.c">
<Filter>ext\lua</Filter>
</ClCompile>
Expand Down
2 changes: 0 additions & 2 deletions UWP/lua/lua.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<ClCompile Include="..\..\ext\lua\lstrlib.c" />
<ClCompile Include="..\..\ext\lua\ltable.c" />
<ClCompile Include="..\..\ext\lua\ltablib.c" />
<ClCompile Include="..\..\ext\lua\ltests.c" />
<ClCompile Include="..\..\ext\lua\ltm.c" />
<ClCompile Include="..\..\ext\lua\lundump.c" />
<ClCompile Include="..\..\ext\lua\lutf8lib.c" />
Expand Down Expand Up @@ -82,7 +81,6 @@
<ClInclude Include="..\..\ext\lua\lstate.h" />
<ClInclude Include="..\..\ext\lua\lstring.h" />
<ClInclude Include="..\..\ext\lua\ltable.h" />
<ClInclude Include="..\..\ext\lua\ltests.h" />
<ClInclude Include="..\..\ext\lua\ltm.h" />
<ClInclude Include="..\..\ext\lua\lua.h" />
<ClInclude Include="..\..\ext\lua\luaconf.h" />
Expand Down
2 changes: 0 additions & 2 deletions UWP/lua/lua.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<ClCompile Include="..\..\ext\lua\lstrlib.c" />
<ClCompile Include="..\..\ext\lua\ltable.c" />
<ClCompile Include="..\..\ext\lua\ltablib.c" />
<ClCompile Include="..\..\ext\lua\ltests.c" />
<ClCompile Include="..\..\ext\lua\ltm.c" />
<ClCompile Include="..\..\ext\lua\lundump.c" />
<ClCompile Include="..\..\ext\lua\lutf8lib.c" />
Expand Down Expand Up @@ -56,7 +55,6 @@
<ClInclude Include="..\..\ext\lua\lstate.h" />
<ClInclude Include="..\..\ext\lua\lstring.h" />
<ClInclude Include="..\..\ext\lua\ltable.h" />
<ClInclude Include="..\..\ext\lua\ltests.h" />
<ClInclude Include="..\..\ext\lua\ltm.h" />
<ClInclude Include="..\..\ext\lua\lua.h" />
<ClInclude Include="..\..\ext\lua\luaconf.h" />
Expand Down
1 change: 0 additions & 1 deletion android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ LUA_FILES := \
$(SRC)/ext/lua/lstrlib.c \
$(SRC)/ext/lua/ltable.c \
$(SRC)/ext/lua/ltablib.c \
$(SRC)/ext/lua/ltests.c \
$(SRC)/ext/lua/ltm.c \
$(SRC)/ext/lua/lundump.c \
$(SRC)/ext/lua/lutf8lib.c \
Expand Down
2 changes: 1 addition & 1 deletion ext/lua
Submodule lua updated 104 files
2 changes: 0 additions & 2 deletions ext/lua-build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ set(ALL_SOURCE_FILES
${SRC_DIR}/ltable.c
${SRC_DIR}/ltable.h
${SRC_DIR}/ltablib.c
${SRC_DIR}/ltests.c
${SRC_DIR}/ltests.h
${SRC_DIR}/ltm.c
${SRC_DIR}/ltm.h
${SRC_DIR}/lua.h
Expand Down
1 change: 0 additions & 1 deletion libretro/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ SOURCES_C += \
$(EXTDIR)/lua/lstrlib.c \
$(EXTDIR)/lua/ltable.c \
$(EXTDIR)/lua/ltablib.c \
$(EXTDIR)/lua/ltests.c \
$(EXTDIR)/lua/ltm.c \
$(EXTDIR)/lua/lundump.c \
$(EXTDIR)/lua/lutf8lib.c \
Expand Down

0 comments on commit da9bfa6

Please sign in to comment.