Ability to specify a different meson.build
file
#12777
Closed
LunarLambda
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
It seems like it would be a lot easier to just have both versions in |
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 a project with a large number of
subprojects
(essentially a mini wrap-DB for a very specific platform). For development I currently use a git branch with a differentmeson.build
file that just compiles every single subproject instead of only the ones used as dependencies. This has some downsides, like not being able to properlygit merge
and needing to manually import thesubprojects/
directory, cross files, etc. to the main branch. It's also suboptimal because release tags are done against the development branch. Using a subdirectory with a symlink tosubprojects
is a pretty ugly hack in my opinion. It would be nice ifmeson setup
just let me specify a different filename, saymeson.build.dev
or whatever.The project Branch diff
Beta Was this translation helpful? Give feedback.
All reactions