build/OpenBSD: force gmake (#8222)

fix #8216
This commit is contained in:
Utkarsh Anand
2018-04-07 19:40:01 +05:30
committed by Justin M. Keyes
parent 2ec94eb23f
commit 1ca138f236
3 changed files with 7 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ set(UNIX_CFGCMD sh ${DEPS_BUILD_DIR}/src/libuv/autogen.sh &&
if(UNIX)
BuildLibuv(
CONFIGURE_COMMAND ${UNIX_CFGCMD}
CONFIGURE_COMMAND ${UNIX_CFGCMD} MAKE=${MAKE_PRG}
INSTALL_COMMAND ${MAKE_PRG} V=1 install)
elseif(MINGW AND CMAKE_CROSSCOMPILING)