chore: rename ArchiveSrcDir

This commit is contained in:
Haolan
2025-09-10 11:47:02 +08:00
parent 8ce6c3b9ab
commit 073e79d03b
7 changed files with 24 additions and 24 deletions

View File

@@ -102,10 +102,10 @@ func withPlatformSpecifiedFiles(baseDir, target string, files []string) []string
func GetCompilerRTConfig() compile.LibConfig {
return compile.LibConfig{
Name: "compiler-rt",
Url: "https://github.com/goplus/compiler-rt/archive/refs/tags/xtensa_release_19.1.2.tar.gz",
Version: "xtensa_release_19.1.2",
ArchiveSrcDir: "compiler-rt-xtensa_release_19.1.2",
Name: "compiler-rt",
Url: "https://github.com/goplus/compiler-rt/archive/refs/tags/xtensa_release_19.1.2.tar.gz",
Version: "xtensa_release_19.1.2",
ResourceSubDir: "compiler-rt-xtensa_release_19.1.2",
}
}