andlabs / ui

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

mac osx 10.13.3 build error #271

Closed cjmxp closed 6 years ago

cjmxp commented 6 years ago

mac osx 10.13.3 build error invalid flag in #cgo LDFLAGS: -mmacosx-version-min=10.8

andlabs commented 6 years ago

Duplicate of https://github.com/golang/go/issues/23749. Upgrade to Go 1.10 for now.

cjmxp commented 6 years ago

@andlabs go version go1.10 darwin/amd64

andlabs commented 6 years ago

Will investigate later.

andlabs commented 6 years ago

Okay, the Go team is aware and will fix it soon.