Specify python for building QEMU on macOS (#1107)
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
24f55a7973
commit
3053e64708
2
Makefile
2
Makefile
@ -172,6 +172,8 @@ LIBRARY_SYMLINK = lib$(LIBNAME).$(EXT)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
UNICORN_QEMU_FLAGS += --python=$(shell which python2 || which /usr/bin/python || which python)
|
||||||
|
|
||||||
ifeq ($(UNICORN_STATIC),yes)
|
ifeq ($(UNICORN_STATIC),yes)
|
||||||
ifneq ($(filter MINGW%,$(UNAME_S)),)
|
ifneq ($(filter MINGW%,$(UNAME_S)),)
|
||||||
ARCHIVE = $(LIBNAME).$(AR_EXT)
|
ARCHIVE = $(LIBNAME).$(AR_EXT)
|
||||||
|
Reference in New Issue
Block a user