We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While reviewing PR #11334 we found that 2 things could be changed in standard.meson.build and resources/build/meson-utils.inc.sh:
standard.meson.build: set version of C++ to ['-std=c++17'] to be able to define from resources/standard.meson.build ---> this is moved to issue #12526
resources/build/meson-utils.inc.sh: do_configure(), do_build(), do_test() are functions that are common meson patterns we could consolidate into resources/build/meson-utils.inc.sh
The text was updated successfully, but these errors were encountered:
setting the version of C++ is moved to a new issue #12526
Sorry, something went wrong.
This was solved in (merged) PR 12496
ermshiperete
SabineSIL
No branches or pull requests
While reviewing PR #11334 we found that 2 things could be changed in standard.meson.build and resources/build/meson-utils.inc.sh:
standard.meson.build: set version of C++ to ['-std=c++17'] to be able to define from resources/standard.meson.build ---> this is moved to issue #12526
resources/build/meson-utils.inc.sh: do_configure(), do_build(), do_test() are functions that are common meson patterns we could consolidate into resources/build/meson-utils.inc.sh
The text was updated successfully, but these errors were encountered: