Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failing on High Sierra #313

Closed
andydotxyz opened this issue Aug 15, 2018 · 2 comments
Closed

Build failing on High Sierra #313

andydotxyz opened this issue Aug 15, 2018 · 2 comments

Comments

@andydotxyz
Copy link

On 10.13.6 I see the following error

➜ ui git:(master) go build
go build github.com/andlabs/ui: invalid flag in #cgo LDFLAGS: -mmacosx-version-min=10.8

If I remove the -mmacosx-version-min from link_darwin_amd64.go the build succeeds.

@andlabs
Copy link
Owner

andlabs commented Aug 15, 2018

Duplicate of golang/go#23749. Update your Go.

@andlabs andlabs closed this as completed Aug 15, 2018
@andydotxyz
Copy link
Author

Thank you for that - I had not noticed that the cgo updated covered the mac specifics.
Updating to 1.10.3 fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants