minor changes (#195)

This commit is contained in:
Weining
2020-03-11 13:49:52 +08:00
committed by GitHub
parent 0fdd49ea31
commit aa42335a4e
7 changed files with 70 additions and 47 deletions

View File

@ -10,7 +10,7 @@ include_directories(${IWASM_INTERP_DIR})
if (WAMR_BUILD_FAST_INTERP EQUAL 1)
set (INTERPRETER "wasm_interp_fast.c")
else ()
set (INTERPRETER "wasm_interp.c")
set (INTERPRETER "wasm_interp_classic.c")
endif ()
file (GLOB_RECURSE source_all