diff options
| author | ruki <[email protected]> | 2019-06-27 22:50:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-27 11:02:38 +0800 |
| commit | 505108abfd0eb4b4c3024428601e97006a7a09b2 (patch) | |
| tree | 66972487ab97db607de7f16393e30384f6c30d6b /.gitmodules | |
| parent | c747e9d70e13f0ebb52ae633d55bd08b50d38284 (diff) | |
add luajit submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cbd8f56a9..520f55274 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "core/src/tbox/repo"] path = core/src/tbox/repo url = https://github.com/tboox/tbox.git +[submodule "core/src/luajit/repo"] + path = core/src/luajit/repo + url = https://github.com/xmake-io/xmake-core-luajit.git |
