diff options
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 |