summaryrefslogtreecommitdiffstats
path: root/library/python/prctl/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/prctl/ya.make')
-rw-r--r--library/python/prctl/ya.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/library/python/prctl/ya.make b/library/python/prctl/ya.make
new file mode 100644
index 00000000000..163626e91db
--- /dev/null
+++ b/library/python/prctl/ya.make
@@ -0,0 +1,9 @@
+PY23_LIBRARY()
+
+PY_SRCS(
+ prctl.pyx
+)
+
+BUILD_ONLY_IF(WARNING LINUX)
+
+END()