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

# 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()