diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-05-10 14:08:58 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-05-11 08:14:58 +0000 |
commit | fec2b7afe7cb98ae923bbd5a9d363038199ad0bb (patch) | |
tree | 4b7b7e66b9df82a1effa8e33de2189dcae0b9348 /src/qemu/Makefile | |
parent | fcfb167d889a2706799d2a38c38a4f9f6bb362ce (diff) |
qemu: add python path to configure
Add python path to ./configure arguments for QEMU to overcome build issue.
Change-Id: I6a29f471a27bc0088609bf78176120637709df21
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Diffstat (limited to 'src/qemu/Makefile')
-rwxr-xr-x | src/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qemu/Makefile b/src/qemu/Makefile index 1bf8a8d0..5f5e941f 100755 --- a/src/qemu/Makefile +++ b/src/qemu/Makefile @@ -27,7 +27,7 @@ TAG_DONE_FLAG = $(WORK_DIR)/.$(QEMU_TAG).done INSTALL_TARGET = force_make force_install CONFIG_CMD = CONFIG_CMD += ./configure -CONFIG_CMD += --target-list="x86_64-softmmu" +CONFIG_CMD += --target-list="x86_64-softmmu" --python="/usr/bin/python" all: force_make |