From d789cf47c349db70d1a34d3561f35b0732c43f3f Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Fri, 16 May 2014 00:17:54 -0400 Subject: [PATCH] fix submodules --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index ca71e449..bbf13da8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "third-party/pugixml"] path = third-party/pugixml url = https://github.com/zeux/pugixml.git + branch = master [submodule "third-party/zlib"] path = third-party/zlib url = https://github.com/madler/zlib.git + branch = master