From f47c6c3d1b38a7770da007f904925a50cf687906 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Fri, 16 Apr 2021 15:17:43 +0200 Subject: scripts/build/combine_libs: use $AR rather than ar Using a custom ar at $AR may be necessary for cross-compilation. Closes #40369 Signed-off-by: David Goulet --- changes/ticket40369 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ticket40369 (limited to 'changes') diff --git a/changes/ticket40369 b/changes/ticket40369 new file mode 100644 index 0000000000..b08088c97b --- /dev/null +++ b/changes/ticket40369 @@ -0,0 +1,2 @@ + o Minor feature (build, cross-compilation): + - Allow a custom ar for cross-compilation purposes. Closes ticket 40369. -- cgit v1.2.3-54-g00ecf