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

bisonw-desktop: fix filename flavor and enforce darwin cgo minver #2941

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

buck54321
Copy link
Member

The MACOSX_DEPLOYMENT_TARGET env var is required to compile backwards compatible cgo builds with on Mac.
The -tray thing was just copypasta.

Comment on lines +105 to +106
# Potentially want to run with CGO_CXXFLAGS="-mmacosx-version-min=10.11.0"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can add it now I guess.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not clear yet that this is necessary. Have you investigated?

Copy link
Contributor

@ukane-philemon ukane-philemon Sep 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not necessary, just an extra constraint.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We add it when we need it.

@buck54321 buck54321 merged commit 8db3d84 into decred:master Oct 2, 2024
5 checks passed
buck54321 added a commit to buck54321/dcrdex that referenced this pull request Oct 17, 2024
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.

2 participants