Skip to content

Commit 769580f

Browse files
authored
Do not build yql_docs in OSS (#14479)
1 parent dac5bad commit 769580f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RECURSE(
66
public
77
services
88
tools
9-
yql_docs
109
)
1110

1211
IF(NOT EXPORT_CMAKE)
@@ -20,5 +19,6 @@ IF(NOT OPENSOURCE)
2019
# for OSS ya make yet
2120
RECURSE(
2221
docs
22+
yql_docs
2323
)
2424
ENDIF()

0 commit comments

Comments
 (0)