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

Ldflags where only needed with older version of zig which we have updated since then. #246

Merged
merged 1 commit into from
May 29, 2024

Conversation

Bluebugs
Copy link
Contributor

Description:

Change on how we handle ldflags to pass them via GOFLAGS broke building for Darwin when on Linux and Windows. The code is actually not useful anymore as we have moved to updated zig since that was added. Simple solution remove the code.

Fixes #232

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

@andydotxyz andydotxyz merged commit a4d0a47 into master May 29, 2024
56 checks passed
@andydotxyz andydotxyz deleted the build-4-darwin-from-linux-windows branch May 29, 2024 11:56
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

Successfully merging this pull request may close these issues.

Build for MacOS (arm64,amd64) not working
3 participants