aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/xcode/swift/ya.make
blob: 3d50525acb434f1236f008e7ec1b0e0f06174454 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
RESOURCES_LIBRARY()
OWNER(heretic)

IF (HOST_OS_DARWIN)
    SET(__XCODE_RESOURCE_NAME SWIFT_XCODE_TOOLCHAIN_ROOT)
    SET(__XCODE_TOOLCHAIN_VERSION ${SWIFT_XCODE_TOOLCHAIN_VERSION})
    INCLUDE(${ARCADIA_ROOT}/build/platform/xcode/ya.make.inc)
ELSE()
    MESSAGE(FATAL_ERROR Unsupported host platform for swift compiler)
ENDIF()

END()