Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Yet another small ABI/ALTABI fix.
Keve committed 1 year ago
commit 889d250ad3bd44ee3d03b0f55ee2645e94a98ae0
parent 76df8dc
1 file changed +2 -1
modified tests/frontend/abi.sh
@@ -20,7 +20,8 @@ native_body() {
			;;
		Darwin)
			# without a hint, the first arch is selected, which happens to be consistently x86_64
-
			thisarch="x86_64"
+
			thisarch="amd64"
+
			thisabi="x86:64"
			version=$(uname -r | cut -d. -f1)
			;;
		FreeBSD)