From cd160827f89b9dd47b841e98a3298d7626a1f225 Mon Sep 17 00:00:00 2001 From: Askanaz Torosyan Date: Tue, 2 May 2023 16:55:16 +0200 Subject: [PATCH] Switched to bmwcarit lua fork to fix iOS build. --- .gitmodules | 2 +- external/lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 891593544..07265f40b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -39,7 +39,7 @@ url = https://github.com/google/flatbuffers.git [submodule "external/lua"] path = external/lua - url = https://github.com/lua/lua.git + url = https://github.com/bmwcarit/lua.git [submodule "external/sol"] path = external/sol url = https://github.com/ThePhD/sol2.git diff --git a/external/lua b/external/lua index 98194db42..9c3ea1aad 160000 --- a/external/lua +++ b/external/lua @@ -1 +1 @@ -Subproject commit 98194db4295726069137d13b8d24fca8cbf892b6 +Subproject commit 9c3ea1aade414143fa77933103373b32ef78f5f0