aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/stdc/ya.make
blob: 51b44443dd142958a596d58aae98e0bb80f5ece5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LIBRARY()

WITHOUT_LICENSE_TEXTS()

LICENSE(YandexOpen)

VERSION(2024-06-20)

SUBSCRIBER(
    g:contrib
    g:cpp-contrib
    pg
)

NO_PLATFORM()
NO_RUNTIME()

IF (CXX_RT == "glibcxx_static")
ELSE()
    LDFLAGS(-lstdc++)
ENDIF()

END()