Skip to content

Commit 24f011b

Browse files
committed
scripts/bootstrap-prefix: fix Darwin 9 x86 profile typo
x32 is something different from x86, not sure why I got confused Signed-off-by: Fabian Groffen <[email protected]>
1 parent 472b8f5 commit 24f011b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap-prefix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ bootstrap_profile() {
369369
;;
370370
i*86-apple-darwin9)
371371
rev=${CHOST##*darwin}
372-
profile="prefix/darwin/macos/10.$((rev - 4))/x32"
372+
profile="prefix/darwin/macos/10.$((rev - 4))/x86"
373373
;;
374374
i*86-apple-darwin1[578])
375375
eerror "REMOVED ARCH: this 32-bit MacOS architecture was removed,"

0 commit comments

Comments
 (0)