Skip to content

Commit d2bd7d2

Browse files
authored
Disable YQL YT plugin under non-linux platforms (#588)
1 parent 4ff35fe commit d2bd7d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ydb/library/yql/ya.make

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ RECURSE(
1212
tools
1313
udfs
1414
utils
15-
yt
1615
)
16+
17+
IF (OS_LINUX)
18+
# YT target is a shared library, works only under Linux.
19+
RECURSE(
20+
yt
21+
)
22+
ENDIF()

0 commit comments

Comments
 (0)