Update Makefile (#1146)

This commit is contained in:
kj.xwings.l 2019-09-22 22:32:35 +08:00 committed by Nguyen Anh Quynh
parent 57e3509812
commit 8b659c61b2

View File

@ -172,7 +172,7 @@ LIBRARY_SYMLINK = lib$(LIBNAME).$(EXT)
endif endif
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) ifeq ($(UNICORN_STATIC),yes)
ifneq ($(filter MINGW%,$(UNAME_S)),) ifneq ($(filter MINGW%,$(UNAME_S)),)