Skip to content

Commit d3ef7b3

Browse files
committed
Add aot_validator.c to the build configuration
1 parent 4373555 commit d3ef7b3

File tree

1 file changed

+2
-1
lines changed
  • product-mini/platforms/nuttx

1 file changed

+2
-1
lines changed

product-mini/platforms/nuttx/wamr.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ CFLAGS += -DWASM_ENABLE_AOT=1
126126
CSRCS += aot_loader.c \
127127
$(AOT_RELOC) \
128128
aot_intrinsic.c \
129-
aot_runtime.c
129+
aot_runtime.c \
130+
aot_validator.c
130131
ifeq ($(CONFIG_INTERPRETERS_WAMR_DEBUG_AOT),y)
131132
CFLAGS += -DWASM_ENABLE_DEBUG_AOT=1
132133
CSRCS += elf_parser.c \

0 commit comments

Comments
 (0)