summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2021-04-16 15:17:43 +0200
committerNick Mathewson <nickm@torproject.org>2021-04-19 11:28:20 -0400
commitf47c6c3d1b38a7770da007f904925a50cf687906 (patch)
treef4a178e01b2ae899e5f26deb3a30e32a3f00cf8c /changes
parent925ec0e0ea03357537f22f5e5c774d2c5aa02ecf (diff)
downloadtor-f47c6c3d1b38a7770da007f904925a50cf687906.tar.gz
tor-f47c6c3d1b38a7770da007f904925a50cf687906.zip
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 <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket403692
1 files changed, 2 insertions, 0 deletions
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.