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

OWNER(pg orivej)

PEERDIR(
    library/python/symbols/registry
)

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

SRCS(
    GLOBAL syms.cpp
)

END()