Fix os_cond_timedwait and other issues for NuttX sim/macOS (#562)

This commit is contained in:
YAMAMOTO Takashi
2021-05-31 10:56:47 +09:00
committed by GitHub
parent 631838cfd9
commit 15dd651539
6 changed files with 22 additions and 8 deletions

View File

@ -23,7 +23,7 @@ WAMR_BUILD_TARGET := X86_64
endif
ifeq ($(CONFIG_HOST_MACOS),y)
# Note: invokeNative_em64.s needs BH_PLATFORM_DARWIN
CFLAGS += -DBH_PLATFORM_DARWIN
AFLAGS += -DBH_PLATFORM_DARWIN
endif
endif