mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
support MacOS arm64
This commit is contained in:
parent
efed44582f
commit
9fceb75a52
@ -97,7 +97,7 @@ ifeq ($(findstring Darwin, $(UNIXNAME)), Darwin)
|
||||
CFLAGS += -DMACOSX -Wno-invalid-source-encoding \
|
||||
-Wno-invalid-offsetof \
|
||||
-Wno-deprecated-declarations
|
||||
ifeq ($(findstring arm64, $(UNIXNAME)), aram64)
|
||||
ifeq ($(findstring arm64, $(UNIXNAME)), arm64)
|
||||
JMP_CTX = USE_BOOST_JMP
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user