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

BLD: Fix setting FreeType build type in extension #27111

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Oct 17, 2023

PR summary

Previously, this used a macro defined on the command line to a literal, which was "stringified" with macro magic. But if the command-line definition isn't there, then you just get a stringified version of the macro name.

Instead, don't do any stringification, so that it fails on error. Then pass a string as the defnition.

PR checklist

Previously, this used a macro defined on the command line to a literal,
which was "stringified" with macro magic. But if the command-line
definition isn't there, then you just get a stringified version of the
macro name.

Instead, don't do any stringification, so that it fails on error. Then
pass a string as the defnition.
@QuLogic QuLogic added the Build label Oct 17, 2023
@QuLogic QuLogic added this to the v3.9.0 milestone Oct 17, 2023
@ksunden ksunden merged commit 35db7dd into matplotlib:main Oct 17, 2023
41 of 43 checks passed
@QuLogic QuLogic deleted the ft-build-type branch October 17, 2023 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants