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

fix freetype lib build #654

Merged
merged 1 commit into from
Mar 19, 2025
Merged

fix freetype lib build #654

merged 1 commit into from
Mar 19, 2025

Conversation

DubbleClick
Copy link
Collaborator

What does this PR do?

Fixes the build of the freetype library on non alpine.

->exec('sh autogen.sh')
->execWithEnv(
'./configure ' .
'--enable-static --disable-shared --without-harfbuzz --prefix= ' .
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

--enable-static and --disable-shared do not exist for this library

'--enable-static --disable-shared --without-harfbuzz --prefix= ' .
$suggested
)
->execWithEnv('./autogen.sh')
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this led to wrongful assumptions after ./autogen.sh, making the produced ./configure script useless

@crazywhalecc crazywhalecc merged commit d86b7c4 into main Mar 19, 2025
10 checks passed
@DubbleClick DubbleClick deleted the fix/freetype-env branch March 19, 2025 05:36
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.

3 participants