Explorar el Código

update:更新工具链

Dozingfiretruck hace 2 años
padre
commit
6d2eadf2b2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      xmake.lua

+ 3 - 1
xmake.lua

@@ -27,16 +27,18 @@ package("csky")
     if is_host("windows") then
         set_urls("http://cdndownload.openluat.com/xmake/toolchains/csky/csky-elfabiv2-tools-mingw-minilibc-$(version).tar.gz")
         add_versions("20210423", "e7d0130df26bcf7b625f7c0818251c04e6be4715ed9b3c8f6303081cea1f058b")
+        add_versions("20230301", "1b958769601e8ba94a866df68215700614f55e0152933d5f5263899bb44d24f5")
     elseif is_host("linux") then
         set_urls("http://cdndownload.openluat.com/xmake/toolchains/csky/csky-elfabiv2-tools-x86_64-minilibc-$(version).tar.gz")
         add_versions("20210423", "8b9a353c157e4d44001a21974254a21cc0f3c7ea2bf3c894f18a905509a7048f")
+        add_versions("20230301", "dac3c285d7dc9fe91805d6275c11fa260511cdd6a774891cbe2d79ec73535e10")
     end
     on_install("@windows", "@linux", function (package)
         os.vcp("*", package:installdir())
     end)
 package_end()
 
-add_requires("csky 20210423")
+add_requires("csky 20230301")
 set_toolchains("csky@csky")
 
 local flto = ""