diff options
author | 2022-11-11 00:42:58 -0800 | |
---|---|---|
committer | 2022-11-11 00:42:58 -0800 | |
commit | cd2bf2591d13db1ebdb038dcd323bf2235ae6a34 (patch) | |
tree | 187f1cdb5a21f2afb3c56f4160be855e1d198278 | |
parent | 8428bd90a3b4688eba88df17d8b31e7cc873fdb1 (diff) | |
download | bun-cd2bf2591d13db1ebdb038dcd323bf2235ae6a34.tar.gz bun-cd2bf2591d13db1ebdb038dcd323bf2235ae6a34.tar.zst bun-cd2bf2591d13db1ebdb038dcd323bf2235ae6a34.zip |
Re-add
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0030d7cd9..401722e37 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,6 +41,14 @@ ignore = dirty depth = 1 shallow = true fetchRecurseSubmodules = false +[submodule "src/deps/libbacktrace"] + path = src/deps/libbacktrace + url = https://github.com/Jarred-Sumner/libbacktrace.git + ignore = dirty + depth = 1 + shallow = true + fetchRecurseSubmodules = false + update = none [submodule "src/deps/lol-html"] path = src/deps/lol-html url = https://github.com/cloudflare/lol-html |