Added shell script to compile Universal 2 binary (x86_64+arm64)
This commit is contained in:
parent
a1b1c7d5eb
commit
6133df65fc
4 changed files with 57 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -480,7 +480,7 @@ ifeq ($(PLATFORM),darwin)
|
|||
BASE_CFLAGS += -arch x86_64
|
||||
endif
|
||||
ifeq ($(ARCH),arm64)
|
||||
HAVE_VM_COMPILED=false # TODO: implement compiled vm
|
||||
# HAVE_VM_COMPILED=false # TODO: implement compiled vm
|
||||
BASE_CFLAGS += -arch arm64
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue