Fix issue with submodule mapping for lua
This commit is contained in:
parent
a62e665623
commit
a3a79c87da
1 changed files with 3 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue