Commit cf8a5cf9 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #1000 from jam7/update/node

Change node.rb to modify the way of configuration
parents 8d93253b a7a3a038
......@@ -11,7 +11,12 @@ class Node < Package
depends_on 'python27'
def self.build
case ARCH
when "x86_64"
system "CC='gcc -m64' python2.7 ./configure --without-snapshot"
else
system "CC='gcc' python2.7 ./configure --without-snapshot"
end
system "make"
end
......
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