[TD-4991]<fix>: fix build failure on MacOS with apple m1 chip (#6688)

* Fix build failure on MacOS with apple m1 chip

* Fix build failure on MacOS with apple m1 chip
This commit is contained in:
Ganlin Zhao 2021-07-01 09:43:03 +08:00 committed by glzhao89
parent 14d2e0a6a8
commit 580d1f75ba
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ extern "C" {
#include "osDarwin.h"
#endif
#ifdef _TD_ARM_64
#if defined(_TD_ARM_64) && defined(_TD_LINUX)
#include "osArm64.h"
#endif