1
0
Fork 0
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:
Amin Bandali 2022-11-04 17:47:23 -04:00 committed by Sébastien Blin
parent cb7b0fee61
commit 72315f918d

View file

@ -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[*]}"