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

ShellScriptlets: Fix meson setup command #250

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

Conversation

korli
Copy link
Contributor

@korli korli commented Mar 25, 2023

Put --wrap-mode=nodownload at the end of the arguments list, to avoid conflicting with the meson setup command. To allow recipes to override, only use it when wrap-mode isn't in the arguments. Fixes #249.

Put --wrap-mode=nodownload at the end of the arguments list, to
avoid conflicting with the meson setup command. To allow recipes
to override, only use it when wrap-mode isn't in the arguments.
Fixes haikuports#249.
@robxnano
Copy link

Sorry, but this isn't ready yet as it doesn't take into account existing recipes that don't use the setup command. I haven't found a way to make it work for both commands yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

'meson setup <builddir>' fails in recipes
2 participants