Enable change the system install path #653

Merged
suhaibmujahid merged 1 commits from patch-2 into master 2020-09-30 19:27:48 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 139e926b5a - Show all commits

View File

@ -47,7 +47,7 @@ if [ -z "${BUILD_SHARED_LIBS}" ]; then
fi
if [ "${BUILD_SYSTEM}" = "ON" ]; then
BUILD_INSTALL_PREFIX="/usr"
BUILD_INSTALL_PREFIX=${SYSTEM_INSTALL_PREFIX-"/usr"}
else
BUILD_INSTALL_PREFIX="${BUILD_PATH}/install"
mkdir -p "${BUILD_PATH}/install/lib"