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

@@ -104,10 +104,10 @@ type CompileConfig struct {
}
type LibConfig struct {
Url string
Name string // Library name (e.g., "picolibc", "musl", "glibc")
Version string
ArchiveSrcDir string
Url string
Name string // Library name (e.g., "picolibc", "musl", "glibc")
Version string
ResourceSubDir string
}
// String returns a string representation of the library configuration