From 65e59c84a198062f21ab68fdae41b3e5de8d8480 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 18 Mar 2019 17:27:57 +0000 Subject: mesonbuild: allow multiple --cross-file options Just like --native-file, allow multiple --cross-file options. This is mostly unifying the logic between cross_files and config_files. --- docs/markdown/snippets/multiple-cross-files.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/multiple-cross-files.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/multiple-cross-files.md b/docs/markdown/snippets/multiple-cross-files.md new file mode 100644 index 0000000..de229be --- /dev/null +++ b/docs/markdown/snippets/multiple-cross-files.md @@ -0,0 +1,3 @@ +## Multipe cross files can be specified + +`--cross-file` can be passed multiple times, with the configuration files overlaying the same way as `--native-file`. -- cgit v1.1