diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index a84f300..83b6a4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,7 @@ [submodule "pybind11"] - path = pybind11 + path = python/pybind11 url = https://github.com/pybind/pybind11.git branch = master +[submodule "python/pybind11"] + path = python/pybind11 + url = https://github.com/pybind/pybind11 |