mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1922 from jszakmeister/fix-build-under-opensuse-x64
Fix #1920: Unable to build on openSUSE 13.2 x64
This commit is contained in:
commit
b0044fa5c3
3
third-party/CMakeLists.txt
vendored
3
third-party/CMakeLists.txt
vendored
@ -153,7 +153,8 @@ if(USE_BUNDLED_LIBUV)
|
||||
-P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/DownloadAndExtractFile.cmake
|
||||
CONFIGURE_COMMAND sh ${DEPS_BUILD_DIR}/src/libuv/autogen.sh &&
|
||||
${DEPS_BUILD_DIR}/src/libuv/configure --with-pic --disable-shared
|
||||
--prefix=${DEPS_INSTALL_DIR} CC=${DEPS_C_COMPILER}
|
||||
--prefix=${DEPS_INSTALL_DIR} --libdir=${DEPS_INSTALL_DIR}/lib
|
||||
CC=${DEPS_C_COMPILER}
|
||||
INSTALL_COMMAND ${MAKE_PRG} install)
|
||||
list(APPEND THIRD_PARTY_DEPS libuv)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user