benchmarks/coremark: fix no coremark in bin

Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
This commit is contained in:
haopengxiang 2023-08-03 15:50:44 +08:00 committed by Alin Jerpelea
parent a091b91d83
commit a4f0349813

View File

@ -115,6 +115,6 @@ MAINSRC += core_main.c
# Build with WebAssembly when CONFIG_INTERPRETERS_WAMR is enabled
WASM_BUILD = y
WASM_BUILD = both
include $(APPDIR)/Application.mk