diff options
| author | ruki <[email protected]> | 2021-09-18 00:38:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-18 00:38:14 +0800 |
| commit | 4d8c00eecd99b0f65f40befd36bb2945df9996a7 (patch) | |
| tree | 8af2f4e2059da5e9ffb2ead989ff046d06d30a09 | |
| parent | 0108980f36b996d575a87c59ead44da8fd059490 (diff) | |
add lua module
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | core/src/lua/lua | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ac5f4dde3..4e2703e2b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "core/src/lua-cjson/lua-cjson"] path = core/src/lua-cjson/lua-cjson url = ../../xmake-io/xmake-core-lua-cjson.git +[submodule "core/src/lua/lua"] + path = core/src/lua/lua + url = ../../xmake-io/xmake-core-lua.git diff --git a/core/src/lua/lua b/core/src/lua/lua new file mode 160000 +Subproject 75ea9ccbea7c4886f30da147fb67b693b2624c2 |
