ya.make 229 B

123456789
  1. RESOURCES_LIBRARY()
  2. IF(GOSTD_VERSION == 1.21)
  3. DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.21.json)
  4. ELSE()
  5. MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library)
  6. ENDIF()
  7. END()