aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/macos_system_stl/ya.make
blob: 4631bbc57a2c49c65f9ea12ffd03563395c0e6c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
RESOURCES_LIBRARY()

OWNER(g:cpp-contrib)

# Taken from the default toolchain of the Xcode 12.5.1
DECLARE_EXTERNAL_RESOURCE(MACOS_SYSTEM_STL sbr:2561940097)

# xcode toolchain allready contains system headers
IF (USE_STL_SYSTEM AND NOT XCODE)
    CFLAGS(
        GLOBAL -I${MACOS_SYSTEM_STL_RESOURCE_GLOBAL}/include
    )
ENDIF()

END()