aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime_unix.go
diff options
context:
space:
mode:
authorDmitri Goutnik <[email protected]>2019-12-14 07:36:47 -0500
committerRon Evans <[email protected]>2019-12-29 10:48:28 +0100
commit71a380ce8c622480eb4df50f9f43f2e63c00bccc (patch)
tree3cff776cdba95757da2296472e9cef419b6d4194 /src/runtime/runtime_unix.go
parent3b2a4b64c5b70803e50eca12e58d66142c4a6182 (diff)
downloadtinygo-71a380ce8c622480eb4df50f9f43f2e63c00bccc.tar.gz
tinygo-71a380ce8c622480eb4df50f9f43f2e63c00bccc.zip
Add initial FreeBSD support
Diffstat (limited to 'src/runtime/runtime_unix.go')
-rw-r--r--src/runtime/runtime_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime_unix.go b/src/runtime/runtime_unix.go
index ce07fe65b..63d78917e 100644
--- a/src/runtime/runtime_unix.go
+++ b/src/runtime/runtime_unix.go
@@ -1,4 +1,4 @@
-// +build darwin linux,!baremetal
+// +build darwin linux,!baremetal freebsd,!baremetal
package runtime