Skip to content

Commit b13ec19

Browse files
committed
feat: enhance check for unsupported CLASSIC_INTERP configurations
1 parent 8b62ad3 commit b13ec19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-scripts/unsupported_combination.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endfunction()
1010

1111
# Define a function to check for unsupported combinations with CLASSIC_INTERP
1212
function(check_classic_interp_error error_message)
13-
if(WAMR_BUILD_INTERP EQUAL 1 AND WAMR_BUILD_FAST_INTERP EQUAL 0)
13+
if(WAMR_BUILD_INTERP EQUAL 1 AND WAMR_BUILD_FAST_INTERP EQUAL 0 AND WAMR_BUILD_JIT EQUAL 0)
1414
message(FATAL_ERROR "${error_message}")
1515
endif()
1616
endfunction()

0 commit comments

Comments
 (0)