fixing more flake8 errors that only appear on travis...
This commit is contained in:
parent
52c359bc77
commit
9780427940
1 changed files with 2 additions and 4 deletions
|
@ -64,15 +64,13 @@ def install(self, spec, prefix):
|
|||
make('INSTALL_TOP=%s' % prefix,
|
||||
'MYLDFLAGS=-L%s -L%s ' % (
|
||||
spec['readline'].prefix.lib,
|
||||
spec['ncurses'].prefix.lib
|
||||
),
|
||||
spec['ncurses'].prefix.lib),
|
||||
'MYLIBS=-lncurses',
|
||||
target)
|
||||
make('INSTALL_TOP=%s' % prefix,
|
||||
'MYLDFLAGS=-L%s -L%s ' % (
|
||||
spec['readline'].prefix.lib,
|
||||
spec['ncurses'].prefix.lib
|
||||
),
|
||||
spec['ncurses'].prefix.lib),
|
||||
'MYLIBS=-lncurses',
|
||||
'install')
|
||||
|
||||
|
|
Loading…
Reference in a new issue