remove reference to url
This commit is contained in:
parent
93c55c5ec6
commit
6644d3c641
1 changed files with 1 additions and 1 deletions
2
acprep
2
acprep
|
|
@ -646,7 +646,7 @@ class PrepareBuild(CommandLineApp):
|
|||
self.execute(*packages)
|
||||
elif system.startswith('CYGWIN'):
|
||||
self.log.info('Looks like you are using Cygwin')
|
||||
self.log.info('Please install the dependencies manually, see https://github.com/ledger/ledger/wiki/Build-instructions-for-Cygwin.')
|
||||
self.log.info('Please install the dependencies manually.')
|
||||
|
||||
#########################################################################
|
||||
# Determine the system's basic configuration #
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue