Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
9d3c6feb
Commit
9d3c6feb
authored
Jun 17, 2017
by
Damian Montero
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/thedamian/chromebrew
parents
4dc00705
4772f6cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
packages/node.rb
packages/node.rb
+6
-1
No files found.
packages/node.rb
View file @
9d3c6feb
...
...
@@ -11,7 +11,12 @@ class Node < Package
depends_on
'python27'
def
self
.
build
case
ARCH
when
"x86_64"
||
"aarch64"
system
"CC='gcc -m64' python2.7 ./configure --without-snapshot"
else
system
"CC='gcc' python2.7 ./configure --without-snapshot"
end
system
"make"
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment