fix problem about local in fast-interp (#406)

This commit is contained in:
Xu Jun
2020-09-27 18:05:20 +08:00
committed by GitHub
parent c59bfe24fb
commit 4bfcbc2cab
3 changed files with 122 additions and 8 deletions

View File

@ -10,6 +10,8 @@ else()
enable_language (ASM_MASM)
endif()
set (CMAKE_CXX_STANDARD 14)
if (NOT DEFINED WAMR_BUILD_PLATFORM)
set (WAMR_BUILD_PLATFORM "linux")
endif()