Avoid ever creating .deps directory

Thanks to @jszakmeister this uses make own features.
This commit is contained in:
ZyX
2014-06-14 19:39:20 +04:00
committed by John Szakmeister
parent 090870ca04
commit b0641510b6
2 changed files with 18 additions and 5 deletions

View File

@@ -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