fetch head gflags because of vs2015
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user