We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7e71e commit d6b190eCopy full SHA for d6b190e
tests/capi/CMakeLists.txt
@@ -98,7 +98,7 @@ function(create_test)
98
endif ()
99
set(dict_path ${CORPUS_BASE_PATH}/${test_name}.dict)
100
set(corpus_path ${CORPUS_BASE_PATH}/${test_prefix})
101
- if(USE_LUAJIT)
+ if(IS_LUAJIT)
102
set(corpus_path ${CORPUS_BASE_PATH}/${test_name})
103
endif()
104
if (EXISTS ${dict_path})
0 commit comments