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:
parent
b3f87a5f6e
commit
67e0d766a2
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue