Fix issue with submodule mapping for lua

This commit is contained in:
IlyaShurupov 2023-10-16 23:10:14 +03:00
parent 3e9365b1ee
commit c284a12ade

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule "Externals/nanovg"] [submodule "Externals/nanovg"]
path = Externals/nanovg path = Externals/nanovg
url = https://github.com/IlyaShurupov/nanovg.git url = https://github.com/IlyaShurupov/nanovg.git
[submodule "Externals/lua"]
path = Externals/lua
url = https://github.com/lua/lua.git