Skip to content

Commit ff2d685

Browse files
authored
Change way to fetch processor architecture (#336)
Co-authored-by: Evgeny Karpov <[email protected]>
1 parent a1e10ed commit ff2d685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ else
3939
CRT=${CRT:-libc}
4040
fi
4141

42-
PROCESSOR=$(uname --processor)
42+
PROCESSOR=$(uname --machine)
4343
BUILD=${BUILD:-$PROCESSOR-pc-linux-gnu}
4444
HOST=${HOST:-$PROCESSOR-pc-linux-gnu}
4545
TARGET=$ARCH-$PLATFORM

0 commit comments

Comments
 (0)