Enable runtime API exposure for MSVC builds (#4287)

This commit is contained in:
liang.he
2025-05-28 20:30:05 +08:00
committed by GitHub
parent 3ab9f84026
commit 3580d1a386
5 changed files with 8 additions and 7 deletions

View File

@ -18,7 +18,6 @@ if (NOT WAMR_BUILD_PLATFORM STREQUAL "windows")
else()
project (aot-compiler C ASM CXX)
enable_language (ASM_MASM)
add_definitions(-DCOMPILING_WASM_RUNTIME_API=1)
endif()
set (CMAKE_CXX_STANDARD 17)