mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
all: fix errors reported by go vet
This commit is contained in:
@@ -297,7 +297,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
if *target != llvm.DefaultTargetTriple() {
|
||||
fmt.Fprintf(os.Stderr, "Cannot run %s: target triple does not match host triple.")
|
||||
fmt.Fprintf(os.Stderr, "Cannot run %s: target triple does not match host triple.", *target)
|
||||
os.Exit(1)
|
||||
}
|
||||
err := Run(flag.Arg(0))
|
||||
|
||||
Reference in New Issue
Block a user