From 8b659c61b2dad88e55a0f1af6f725be6bce782bd Mon Sep 17 00:00:00 2001 From: "kj.xwings.l" Date: Sun, 22 Sep 2019 22:32:35 +0800 Subject: [PATCH] Update Makefile (#1146) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0db790bc..680701e4 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,7 @@ LIBRARY_SYMLINK = lib$(LIBNAME).$(EXT) endif endif -UNICORN_QEMU_FLAGS += --python=$(shell which python2 || which /usr/bin/python || which python) +UNICORN_QEMU_FLAGS += --python=$(shell which /usr/bin/python || which python || which python2) ifeq ($(UNICORN_STATIC),yes) ifneq ($(filter MINGW%,$(UNAME_S)),)