[Github-comments] [geany/geany] WIP: Meson build system (#2761)

elextr notifications at xxxxx
Wed Aug 11 02:05:40 UTC 2021


> Use the / path operator instead of join_paths() as well as for other paths where now they're just regular strings. Not sure what's idiomatic.

Probably should be https://mesonbuild.com/Syntax.html#string-path-building but windows seems much less strict about the slash/backslash issue these days.

Personally when using meson I gather filenames locally into variables in the respective directories and let meson take the strain, but @kugel- has wisely avoided putting meson.build files into ctags and scintilla directories which will avoid them being clobbered during updates so some path munging is needed for those.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2761#issuecomment-896442212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210810/4cb76a2c/attachment.htm>


More information about the Github-comments mailing list