Update Makefile (#1146)
This commit is contained in:
parent
57e3509812
commit
8b659c61b2
2
Makefile
2
Makefile
@ -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)),)
|
||||||
|
Loading…
Reference in New Issue
Block a user