Fix glog compilation on Windows
- sometime MAKEFLAGS can contains some value which will break the build...
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user