From d3cce523228260d0cb07c7f6c0d8c2886e4a1542 Mon Sep 17 00:00:00 2001 From: MattGuerrette Date: Sat, 4 Mar 2017 12:40:12 -0500 Subject: [PATCH] added correct submodule path for pybind11 --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index a045cb6..ed4796f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -83,4 +83,5 @@ path = ThirdParty/vorbis url = https://github.com/thirddegree/vorbis.git [submodule "ThirdParty/pybind11"] + path = ThirdParty/pybind11 url = https://github.com/pybind/pybind11.git