aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/symbols/libc/ya.make
blob: d8ab0acb6351a7f7bf74647ee8b113280e684e25 (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()