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 build without PCH #241

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

Fix build without PCH #241

wants to merge 1 commit into from

Conversation

sarnex
Copy link

@sarnex sarnex commented Dec 27, 2024

This fixes the build with PCH disabled on Linux. Here is the setup command I used to reproduce the failure.

meson setup build -Db_pch=false -Dwerror=false -Dbuildtype=plain -Denable_update_checker=false -Dffms2=enabled -Dsystem_luajit=true -Dalsa=enabled -Dfftw3=enabled -Dopenal=disabled -Dportaudio=disabled -Dlibpulse=enabled -Dhunspell=enabled -Duchardet=enabled  --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc

Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
@sarnex sarnex marked this pull request as ready for review December 27, 2024 11:58
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.

1 participant