diff options
| -rw-r--r-- | ydb/library/yql/udfs/common/hyperscan/ya.make | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/ydb/library/yql/udfs/common/hyperscan/ya.make b/ydb/library/yql/udfs/common/hyperscan/ya.make index 52e49745768..9203e1fbb89 100644 --- a/ydb/library/yql/udfs/common/hyperscan/ya.make +++ b/ydb/library/yql/udfs/common/hyperscan/ya.make @@ -8,9 +8,9 @@ IF (YQL_PACKAGED) END() ELSE() - IF (OS_LINUX AND CLANG) - YQL_UDF_YDB(hyperscan_udf) + YQL_UDF_YDB(hyperscan_udf) + NO_BUILD_IF(NOT OS_LINUX OR NOT CLANG) YQL_ABI_VERSION( 2 @@ -27,13 +27,7 @@ ELSE() library/cpp/regex/pcre ) - END() - - ELSE() - LIBRARY() - END() - ENDIF() - + END() ENDIF() RECURSE_FOR_TESTS( |
