Always export CMAKE_INSTALL_ALWAYS=1 for cmake builds

This commit is contained in:
Fredrik Fornwall 2017-01-27 23:59:17 +01:00
parent 38da7c25d8
commit 160874611f
2 changed files with 1 additions and 2 deletions

View File

@ -97,6 +97,7 @@ termux_setup_cmake() {
$TERMUX_CMAKE_FOLDER
fi
export PATH=$TERMUX_CMAKE_FOLDER/bin:$PATH
export CMAKE_INSTALL_ALWAYS=1
}
# First step is to handle command-line arguments. Not to be overridden by packages.

View File

@ -38,8 +38,6 @@ termux_step_post_extract_package () {
tar -xf $TERMUX_PKG_CACHEDIR/$CLANG_SRC_TAR -C tools
mv tools/cfe-${TERMUX_PKG_VERSION}.src tools/clang
export CMAKE_INSTALL_ALWAYS=1
}
termux_step_host_build () {