openai / go-vncdriver

Fast VNC driver
MIT License
123 stars 60 forks source link

Fix building on MacOS Sierra 10.12.4 #27

Closed gerred closed 7 years ago

gerred commented 7 years ago

This enables an ldflag fixing an issue in MacOS Sierra.

Ultimately, this will be fixed in upstream Go.

This fixes: https://github.com/openai/universe/issues/167

and is a manifestation of: https://github.com/golang/go/issues/19734.