neugram / ng

scripting language integrated with Go
https://neugram.io
BSD 2-Clause "Simplified" License
915 stars 43 forks source link

Compilation on BSDs #57

Open bakul opened 6 years ago

bakul commented 6 years ago

s/+build darwin/& freebsd/

Probably the same fix will work on other BSDs.

crawshaw commented 6 years ago

Thanks. We should get ng building on more platforms. But one problem is the underlying plugin support in Go. Right now it only works on Linux (and macOS at HEAD).

bakul commented 6 years ago

If plugin support works for linux, it should not be difficult to add support for *BSD as they all use the gcc or clang....