mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
all: add macOS support
This commit is contained in:
committed by
Ron Evans
parent
2d5bc836f5
commit
0b212cf2f6
@@ -0,0 +1,5 @@
|
||||
// +build darwin
|
||||
|
||||
package runtime
|
||||
|
||||
const GOOS = "darwin"
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build darwin linux
|
||||
|
||||
package runtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user