aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/symbols/libc/ya.make
blob: 1aa4d90ac83633f082f3c822cf3df4a28721ed4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

PEERDIR(
    library/python/symbols/registry
)

IF (GCC OR CLANG)
    CFLAGS(
        -Wno-deprecated-declarations # For sem_getvalue.
    )
ENDIF()

SRCS(
    GLOBAL syms.cpp
)

END()