Always export CMAKE_INSTALL_ALWAYS=1 for cmake builds
This commit is contained in:
parent
38da7c25d8
commit
160874611f
@ -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.
|
||||
|
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user