mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 14:29:56 +02:00
Add comment to VCPKG_INSTALL_ROOT path extraction.
This commit is contained in:
parent
27e60ca27d
commit
e6e214d1e6
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ fi
|
|||
if [ ! "$OVERTE_USE_SYSTEM_QT" ]; then
|
||||
QT5_LIBS=`realpath ~/overte-files/qt/qt5-install/lib`
|
||||
fi
|
||||
# The regex below extracts the path from the VCPKG_INSTALL_ROOT variable. Said variable gets populated during the CMake step.
|
||||
VCPKG_INSTALL_ROOT=`grep VCPKG_INSTALL_ROOT $OVERTE/build/vcpkg.cmake | perl -ne 'm/set\(VCPKG_INSTALL_ROOT\s+\"(.*?)\"/; print $1'`
|
||||
|
||||
sudo apt-get install chrpath binutils dh-make
|
||||
|
|
|
@ -10,6 +10,7 @@ fi
|
|||
if [ "$OVERTE_USE_SYSTEM_QT" = "" ]; then
|
||||
QT5_LIBS=`realpath ~/overte-files/qt/qt5-install/lib`
|
||||
fi
|
||||
# The regex below extracts the path from the VCPKG_INSTALL_ROOT variable. Said variable gets populated during the CMake step.
|
||||
VCPKG_INSTALL_ROOT=`grep VCPKG_INSTALL_ROOT $OVERTE/build/vcpkg.cmake | perl -ne 'm/set\(VCPKG_INSTALL_ROOT\s+\"(.*?)\"/; print $1'`
|
||||
|
||||
VERSION=${RPMVERSION}
|
||||
|
|
Loading…
Reference in a new issue