mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
Add initial FreeBSD support
This commit is contained in:
committed by
Ron Evans
parent
3b2a4b64c5
commit
71a380ce8c
@@ -0,0 +1,5 @@
|
||||
// +build freebsd
|
||||
|
||||
package runtime
|
||||
|
||||
const GOOS = "freebsd"
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build darwin linux,!baremetal
|
||||
// +build darwin linux,!baremetal freebsd,!baremetal
|
||||
|
||||
package runtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user