ya.make 262 B

123456789101112
  1. RESOURCES_LIBRARY()
  2. TOOLCHAIN(go)
  3. IF(GOSTD_VERSION == 1.22)
  4. VERSION(1.22)
  5. DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.22.json)
  6. ELSE()
  7. MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library)
  8. ENDIF()
  9. END()