build style qmake: configure_script isn't empty
When running do_configure, configure_script is already set to ./configure, thus override it
This commit is contained in:
parent
147713e5ad
commit
096b4635fb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# This helper is for templates using Qt4/Qt5 qmake.
|
||||
#
|
||||
do_configure() {
|
||||
: ${configure_script:=qmake}
|
||||
configure_script=qmake
|
||||
|
||||
if [ -n "$build_pie" ]; then
|
||||
${configure_script} ${configure_args} \
|
||||
|
|
Loading…
Reference in a new issue