mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
committed by
Justin M. Keyes
parent
2ec94eb23f
commit
1ca138f236
2
third-party/cmake/BuildLibuv.cmake
vendored
2
third-party/cmake/BuildLibuv.cmake
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user