Fix glog compilation on Windows

- sometime MAKEFLAGS can contains some value which will break the build...
This commit is contained in:
Corentin Le Molgat
2018-11-23 16:58:54 +01:00
parent 4ae6e1fea1
commit c4cb759eb6

View File

@@ -260,6 +260,7 @@ install_glog: dependencies/install/lib/glog.lib
dependencies/install/lib/glog.lib: dependencies/sources/glog-$(GLOG_TAG) install_gflags
cd dependencies\sources\glog-$(GLOG_TAG) && \
set MAKEFLAGS= && \
"$(CMAKE)" -H. -Bbuild_cmake \
-DCMAKE_PREFIX_PATH=..\..\install \
-DCMAKE_BUILD_TYPE=Release \