ya.make 228 B

1234567891011121314151617181920
  1. PY23_NATIVE_LIBRARY()
  2. YQL_ABI_VERSION(2 27 0)
  3. SRCS(
  4. python_udf.cpp
  5. )
  6. PEERDIR(
  7. yql/essentials/public/udf
  8. yql/essentials/udfs/common/python/bindings
  9. )
  10. CFLAGS(
  11. -DDISABLE_PYDEBUG
  12. )
  13. NO_COMPILER_WARNINGS()
  14. END()