Commit cfa29bea authored by Damian Montero's avatar Damian Montero

Node updated to ONLY use the -m64 parameter on intel x64 chips

parent 9d3c6feb
......@@ -12,7 +12,7 @@ class Node < Package
def self.build
case ARCH
when "x86_64" || "aarch64"
when "x86_64"
system "CC='gcc -m64' python2.7 ./configure --without-snapshot"
else
system "CC='gcc' python2.7 ./configure --without-snapshot"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment