diff options
author | Dmitri Goutnik <[email protected]> | 2019-12-14 07:36:47 -0500 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-12-29 10:48:28 +0100 |
commit | 71a380ce8c622480eb4df50f9f43f2e63c00bccc (patch) | |
tree | 3cff776cdba95757da2296472e9cef419b6d4194 /src/runtime/runtime_unix.go | |
parent | 3b2a4b64c5b70803e50eca12e58d66142c4a6182 (diff) | |
download | tinygo-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.go | 2 |
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 |