[Bug 246675] Mk/Uses/meson.mk: Add option to set source path when using Meson
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 8 10:26:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246675
--- Comment #4 from daniel.engberg.lists at pyret.net ---
"Hint: The syntax of meson is meson [command] [arguments] [options]. The setup
command takes a builddir and a srcdir argument. If no srcdir is given Meson
will deduce the srcdir based on pwd and the location of meson.build"
Ref: https://mesonbuild.com/Running-Meson.html
Previous revision of documentation lists it more clearly.
"Hint: The syntax of meson is meson [options] [srcdir] [builddir], but you may
omit either srcdir or builddir. Meson will deduce the srcdir by the location of
meson.build. The other one will be your pwd."
Ref:
https://github.com/mesonbuild/meson/blob/fb05733983fb06ee3d808c945d4df0050fd3e7bf/docs/markdown/Running-Meson.md
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list