mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-04 06:45:45 +02:00
build: Use WITH_DAEMON_SUBMODULE rather than LIBJAMI_BUILD_DIR.
* extras/scripts/install.sh: Use WITH_DAEMON_SUBMODULE rather than LIBJAMI_BUILD_DIR in install.sh, which is called by our build.py convenience script. Change-Id: I5ee797608110bf5e4dbb292fce872f0c5d77e846
This commit is contained in:
parent
cb7b0fee61
commit
72315f918d
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ if [ "${global}" = "true" ]; then
|
|||
$static)
|
||||
else
|
||||
client_cmake_flags+=(-DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}"
|
||||
-DLIBJAMI_BUILD_DIR="${DAEMON}/src")
|
||||
-DWITH_DAEMON_SUBMODULE=true)
|
||||
fi
|
||||
|
||||
echo "info: Configuring $client client with flags: ${client_cmake_flags[*]}"
|
||||
|
|
Loading…
Add table
Reference in a new issue