We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7dcf9 commit 271ceb8Copy full SHA for 271ceb8
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