diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bc380e3ef3..31d699af1b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -486,6 +486,7 @@ path = libs/sort url = ../sort.git branch = master -[submodule "libs/endian"] +[submodule "endian"] path = libs/endian url = ../endian.git + fetchRecurseSubmodules = on-demand |