Commit d5aae71f authored by Damian Montero's avatar Damian Montero

Fixing the fatal error: cannot find 'ld'

parent 7ac2d6b8
...@@ -9,7 +9,7 @@ class Node_stable < Package ...@@ -9,7 +9,7 @@ class Node_stable < Package
depends_on 'python27' depends_on 'python27'
def self.build def self.build
system "CC='gcc' python2.7 ./configure" system "CC='gcc' python2.7 ./configure --without-snapshot"
system "make" system "make"
end 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