We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b62ad3 commit b13ec19Copy full SHA for b13ec19
1 file changed
build-scripts/unsupported_combination.cmake
@@ -10,7 +10,7 @@ endfunction()
10
11
# Define a function to check for unsupported combinations with CLASSIC_INTERP
12
function(check_classic_interp_error error_message)
13
- if(WAMR_BUILD_INTERP EQUAL 1 AND WAMR_BUILD_FAST_INTERP EQUAL 0)
+ if(WAMR_BUILD_INTERP EQUAL 1 AND WAMR_BUILD_FAST_INTERP EQUAL 0 AND WAMR_BUILD_JIT EQUAL 0)
14
message(FATAL_ERROR "${error_message}")
15
endif()
16
endfunction()
0 commit comments