[Privoxy-commits] [privoxy] 03/05: uagen: Add OpenBSD architecture 'arm64'
User Git
git at git.privoxy.org
Fri Jan 7 16:23:35 UTC 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 92ac53db7c535bad43b062b2f323c5046c024daf
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 4 22:06:49 2022 +0100
uagen: Add OpenBSD architecture 'arm64'
---
tools/uagen.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/uagen.pl b/tools/uagen.pl
index 0dc5f4d2..ad463d2d 100755
--- a/tools/uagen.pl
+++ b/tools/uagen.pl
@@ -144,7 +144,7 @@ sub generate_platform_and_os() {
OpenBSD => {
karma => 1,
platform => 'X11',
- architectures => [ 'i386', 'amd64', 'sparc64', 'alpha' ],
+ architectures => [ 'arm64', 'i386', 'amd64', 'sparc64', 'alpha' ],
order_is_inversed => 0,
},
NetBSD => {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list