aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-05-31 10:24:02 -0400
committerJohn Szakmeister <john@szakmeister.net>2014-05-31 13:15:56 -0400
commit7e797067df8d120fcbfcb4986f58ab5bb662fadf (patch)
tree49fd58fe3ffe625d52c57bda5c3bac4e05405cf1 /scripts
parentcd457b72ecfc0804af9c5e4a2b48058cd2fdde12 (diff)
downloadrneovim-7e797067df8d120fcbfcb4986f58ab5bb662fadf.tar.gz
rneovim-7e797067df8d120fcbfcb4986f58ab5bb662fadf.tar.bz2
rneovim-7e797067df8d120fcbfcb4986f58ab5bb662fadf.zip
Make it easier to turn the bundled dependencies off.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh
index 83eba872cd..6b540dbccf 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -59,7 +59,7 @@ set_environment() {
eval $($prefix/bin/luarocks path)
export PATH="$prefix/bin:$PATH"
export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
- export DEPS_CMAKE_FLAGS="-DUSE_BUNDLED_LIBUV=OFF -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_MSGPACK=OFF -DUSE_BUNDLED_LUAROCKS=OFF"
+ export DEPS_CMAKE_FLAGS="-DUSE_BUNDLED=OFF"
}
# install prebuilt dependencies