diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-11 18:52:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-11 21:43:23 +0100 |
commit | dc117d4829c1c3fa5f693f3752d3c939a796fff1 (patch) | |
tree | 4f4c6a1c8f11a3af1c1b3b6fbf4edfc4d792548e /.gitmodules | |
parent | 9bf00e644733a10dfbfa08d6f7f8f9c1cf1628c2 (diff) |
add luajit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fa870d96..fd4fc9fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "fmt"] path = external/fmt url = https://github.com/fmtlib/fmt.git +[submodule "luajit"] + path = external/luajit + url = https://github.com/WohlSoft/LuaJIT.git |