Replies: 2 comments 2 replies
-
Hmm, actually this behaviour is not systematic. Forget it for now. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This status message should only be coming from Maybe a full log of your console session would help me understand your issue better. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 4 subprojects in my meson project.
Every time I run
meson compile
, meson goes into each subproject and outputs:And for each of them, it looks like it executes the meson.build file found there. Is this behaviour expected?
Of course, it makes sense, in a way, but my intent was that these third-party dependencies would be unwrapped (they come from wrapdb), compiled once, and then be done with them: I mean, these dependencies don't change, so in my case at least, there is no need to go over them every time, only my own project is worth checking for changes and recompiling.
Is there any way to achieve this (i.e. just recompile my project, don't check subprojects)?
Beta Was this translation helpful? Give feedback.
All reactions