mirror of
https://github.com/goplus/llgo.git
synced 2025-10-05 15:47:12 +08:00
chore: rename ArchiveSrcDir
This commit is contained in:
@@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user