ya.make 184 B

12345678910111213
  1. PY23_LIBRARY()
  2. IF (USE_VANILLA_PROTOC AND NOT PYTHON2)
  3. PEERDIR(
  4. contrib/python/protobuf_std
  5. )
  6. ELSE()
  7. PEERDIR(
  8. contrib/python/protobuf
  9. )
  10. ENDIF()
  11. END()