aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2016-07-17 16:29:59 +0200
committerFlorian Walch <florian@fwalch.com>2016-07-30 10:21:04 +0200
commit3455e66cfc979554da386de3d0883a615aee5d23 (patch)
tree4d727c32bdf70640a99dd3d526fca8a070201e4c
parent3d1084f264ed08ed75d038510e2e53359d8544eb (diff)
downloadrneovim-3455e66cfc979554da386de3d0883a615aee5d23.tar.gz
rneovim-3455e66cfc979554da386de3d0883a615aee5d23.tar.bz2
rneovim-3455e66cfc979554da386de3d0883a615aee5d23.zip
Travis: Build 3rd-party dependencies with system's default compiler.
Using GCC 4.9 for building the dependencies caused some linker error on OS X.
-rw-r--r--.ci/common/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/common/build.sh b/.ci/common/build.sh
index f31fb01360..c89d4c559b 100644
--- a/.ci/common/build.sh
+++ b/.ci/common/build.sh
@@ -31,7 +31,7 @@ build_deps() {
# update CMake configuration and update to newer deps versions.
cd "${DEPS_BUILD_DIR}"
echo "Configuring with '${DEPS_CMAKE_FLAGS}'."
- cmake ${DEPS_CMAKE_FLAGS} "${TRAVIS_BUILD_DIR}/third-party/"
+ CC= cmake ${DEPS_CMAKE_FLAGS} "${TRAVIS_BUILD_DIR}/third-party/"
if ! ${MAKE_CMD}; then
exit 1