From ca66b97a91292003dfd213342caa49af91f90a12 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Wed, 15 Jun 2016 11:28:11 +0000 Subject: [PATCH] fetch head gflags because of vs2015 --- makefiles/Makefile.third_party.win | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/makefiles/Makefile.third_party.win b/makefiles/Makefile.third_party.win index e8f29f7f93..43780fd877 100644 --- a/makefiles/Makefile.third_party.win +++ b/makefiles/Makefile.third_party.win @@ -1,5 +1,5 @@ # tags of dependencies to checkout. -GFLAGS_TAG = 2.1.2 +GFLAGS_TAG = master PROTOBUF_TAG = 3.0.0-beta-3 GOOGLE_APPUTILS_TAG = 0.4.2 SPARSEHASH_TAG = 2.0.3 @@ -265,8 +265,9 @@ dependencies/sources/gflags-$(GFLAGS_TAG)/INSTALL.md: dependencies/archives/gfla $(TOUCH) dependencies\sources\gflags-$(GFLAGS_TAG)\INSTALL.md dependencies/archives/gflags-$(GFLAGS_TAG).zip: - tools\wget -P dependencies\archives --no-check-certificate https://github.com/schuhschuh/gflags/archive/v$(GFLAGS_TAG).zip - cd dependencies/archives && rename v$(GFLAGS_TAG).zip gflags-$(GFLAGS_TAG).zip +# tools\wget -P dependencies\archives --no-check-certificate https://github.com/gflags/gflags/archive/v$(GFLAGS_TAG).zip + tools\wget -P dependencies\archives --no-check-certificate https://github.com/gflags/gflags/archive/master.zip + cd dependencies/archives && rename master.zip gflags-$(GFLAGS_TAG).zip # Install protocol buffers.