We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 551b55d + 271ceb8 commit 50e1803Copy full SHA for 50e1803
1 file changed
c_check
@@ -3,6 +3,7 @@
3
# Checking cross compile
4
$hostos = `uname -s | sed -e s/\-.*//`; chop($hostos);
5
$hostarch = `uname -m | sed -e s/i.86/x86/`;chop($hostarch);
6
+$hostarch = "x86_64" if ($hostarch eq "amd64");
7
8
$binary = $ENV{"BINARY"};
9
0 commit comments