aboutsummaryrefslogtreecommitdiffstats
path: root/build/external_resources/go_tools/ya.make
blob: 0fe77ccbe5260a2efbba19883a9359e8b3a6b340 (plain) (blame)
1
2
3
4
5
6
7
8
9
RESOURCES_LIBRARY()

IF(GOSTD_VERSION == 1.22)
    DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.22.json)
ELSE()
    MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library)
ENDIF()

END()