mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-21 12:59:04 +00:00
add chromeos 9p support
This commit is contained in:
@@ -1077,7 +1077,8 @@ func findFATMounts(options *compileopts.Options) ([]mountPoint, error) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
fstype := fields[2]
|
fstype := fields[2]
|
||||||
if fstype != "vfat" {
|
// chromeos bind mounts use 9p
|
||||||
|
if !(fstype == "vfat" || fstype == "9p") {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
fspath := strings.ReplaceAll(fields[1], "\\040", " ")
|
fspath := strings.ReplaceAll(fields[1], "\\040", " ")
|
||||||
|
|||||||
Reference in New Issue
Block a user