allow EXTRA_ECONF in qemu
This commit is contained in:
parent
3573083b6e
commit
0d1fa5a52b
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ qemu_src_configure ()
|
||||||
--disable-strip \
|
--disable-strip \
|
||||||
--audio-drv-list="$(echo ${audio_drv[@]} | tr ' ' ',')" \
|
--audio-drv-list="$(echo ${audio_drv[@]} | tr ' ' ',')" \
|
||||||
${myconf[@]} \
|
${myconf[@]} \
|
||||||
|
${EXTRA_ECONF} \
|
||||||
$@ \
|
$@ \
|
||||||
|| die "configure failed"
|
|| die "configure failed"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue