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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

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
1 participant