Skip to content

Require C++ only for the host machine; bump project version to 59 #191

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

Merged
merged 2 commits into from
Apr 3, 2025

Conversation

bgilbert
Copy link
Contributor

@bgilbert bgilbert commented Apr 3, 2025

In cross builds, we don't build any C++ code for the build machine.

Fixes Meson warning:

meson.build:106: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build.

bgilbert added 2 commits April 2, 2025 23:52
In cross builds, we don't build any C++ code for the build machine.

Fixes Meson warning:

    meson.build:106: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build.
add_languages('cpp')
add_languages(
'cpp',
native : false
Copy link
Owner

Choose a reason for hiding this comment

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

@stephanlachnit Does this change look alright to you?

@benhoyt benhoyt merged commit a22f5b7 into benhoyt:master Apr 3, 2025
2 checks passed
@bgilbert bgilbert deleted the meson branch April 3, 2025 17: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.

4 participants