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
8f3a2c2a
Commit
8f3a2c2a
authored
Jun 12, 2017
by
Damian Montero
Committed by
GitHub
Jun 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #730 from thedamian/master
removing the @@debug_symbol line that was preventing updating
parents
e9ca742a
774f3a6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
packages/python27.rb
packages/python27.rb
+2
-2
No files found.
packages/python27.rb
View file @
8f3a2c2a
...
...
@@ -18,14 +18,14 @@ class Python27 < Package
system
"make"
# strip debug symbols from library
system
"find . -name '*.so' -print | xargs strip -S"
unless
@@debug_symbol
system
"find . -name '*.so' -print | xargs strip -S"
#
unless @@debug_symbol
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
# strip binary
system
"strip"
,
"
#{
CREW_DEST_DIR
}
/usr/local/bin/python2"
unless
@@debug_symbol
system
"strip"
,
"
#{
CREW_DEST_DIR
}
/usr/local/bin/python2"
#
unless @@debug_symbol
# remove static library
system
"find
#{
CREW_DEST_DIR
}
/usr/local -name 'libpython*.a' -print | xargs rm"
...
...
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