From b0641510b6476c7e7cf0f27ddaa2925703f3d668 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 14 Jun 2014 19:39:20 +0400 Subject: Avoid ever creating .deps directory Thanks to @jszakmeister this uses make own features. --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis.sh b/scripts/travis.sh index 6b540dbccf..ec617a42c6 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=OFF" + export USE_BUNDLED_DEPS=OFF } # install prebuilt dependencies -- cgit