mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 15:12:30 +02:00
scripts: Fixup for run_integration.sh
This commit is contained in:
parent
f96d5f74d4
commit
ca84b91d34
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
function extract() {
|
||||
@ -55,8 +54,8 @@ function install_qemu() {
|
||||
|
||||
# Qemu (meson based build) depends on: pkgconf, libglib2.0, python3, ninja
|
||||
./configure \
|
||||
--prefix=${QEMU_INSTALL} \
|
||||
--target-list=${QEMU_TARGET} \
|
||||
--prefix="${QEMU_INSTALL}" \
|
||||
--target-list="${QEMU_TARGET}" \
|
||||
--audio-drv-list= \
|
||||
--disable-brlapi \
|
||||
--disable-curl \
|
||||
|
Loading…
x
Reference in New Issue
Block a user