fetch head gflags because of vs2015

This commit is contained in:
Laurent Perron
2016-06-15 11:28:11 +00:00
parent e39115d4fd
commit ca66b97a91

View File

@@ -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.