diff options
| author | thegeorg <[email protected]> | 2023-07-27 19:27:28 +0300 | 
|---|---|---|
| committer | thegeorg <[email protected]> | 2023-07-27 19:27:28 +0300 | 
| commit | 5edeeda12ed07dc28fab45815b5f14d6d0e04ed7 (patch) | |
| tree | 851b5772c4b099ecda71236d2d782e4d04794fc6 | |
| parent | 982fbeea664254bdd710cdff683d874c04270b2c (diff) | |
Remove excessive PEERDIR
The problem was introduced in rXXXXXX.
| -rw-r--r-- | build/scripts/ya.make | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/build/scripts/ya.make b/build/scripts/ya.make index b63874a7848..69a7bd572d2 100644 --- a/build/scripts/ya.make +++ b/build/scripts/ya.make @@ -102,11 +102,8 @@ ELSEIF(PY3)      TEST_SRCS(          build_info_gen.py +        gen_yql_python_udf.py      )  ENDIF() -PEERDIR( -    ydb/library/yql/public/udf -) -  END() | 
