1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-04-21 21:52:03 +02:00

install.sh: fix building without webengine

Change-Id: If3277035d695aaa28a26091845091b250d842515
This commit is contained in:
Adrien Beraud 2023-03-07 18:15:42 -05:00 committed by Sébastien Blin
parent b3f87a5f6e
commit 67e0d766a2

View file

@ -45,7 +45,7 @@ enable_libwrap=true
enable_webengine=true
arch=''
while getopts gsc:dQ:P:p:uWw:a: OPT; do
while getopts gsc:dQ:P:p:uWwa: OPT; do
case "$OPT" in
g)
global='true'