xiaoxiang781216 commented on code in PR #18888: URL: https://github.com/apache/nuttx/pull/18888#discussion_r3252854351
########## boards/sim/sim/sim/scripts/Make.defs: ########## @@ -327,12 +327,18 @@ ifeq ($(CONFIG_SIM_M32),y) SHMODULEFLAGS += -melf_i386 LDELFFLAGS += -melf_i386 else ifeq ($(CONFIG_HOST_MACOS),) +ifneq ($(CONFIG_HOST_ARM64),y) Review Comment: ```suggestion else ifeq ($(CONFIG_HOST_MACOS)$(CONFIG_HOST_ARM64),) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
