diff options
Diffstat (limited to 'library/python/symbols/libc')
| -rw-r--r-- | library/python/symbols/libc/ya.make | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/library/python/symbols/libc/ya.make b/library/python/symbols/libc/ya.make new file mode 100644 index 00000000000..1aa4d90ac83 --- /dev/null +++ b/library/python/symbols/libc/ya.make @@ -0,0 +1,17 @@ +LIBRARY() + +PEERDIR( + library/python/symbols/registry +) + +IF (GCC OR CLANG) + CFLAGS( + -Wno-deprecated-declarations # For sem_getvalue. + ) +ENDIF() + +SRCS( + GLOBAL syms.cpp +) + +END() |
