andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

go get on osx 10.13.3 #274

Closed CGuidi closed 6 years ago

CGuidi commented 6 years ago

go version :

gcc version :

When calling go get "github.com/andlabs/ui" I got go build github.com/andlabs/ui: invalid flag in #cgo LDFLAGS: -mmacosx-version-min=10.8

andlabs commented 6 years ago

Duplicate of a handful of other issues already. The Go team will be fixing this; it is related to a security fix in Go itself that introduced an incomplete whitelist. Use the CGO_LDFLAGS_ALLOW environment variable in the meantime.

CGuidi commented 6 years ago

Thank, I could get the package 🙂