From 617be983b9d9afd67dd1752f3331f02a4450361e Mon Sep 17 00:00:00 2001 From: Hans Erik van Elburg Date: Sat, 3 Jan 2015 02:27:27 +0100 Subject: initial cygwin tweaks --- acprep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acprep') diff --git a/acprep b/acprep index b0af2108..63cabe6b 100755 --- a/acprep +++ b/acprep @@ -644,6 +644,9 @@ class PrepareBuild(CommandLineApp): ] self.log.info('Executing: ' + ' '.join(packages)) 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.') ######################################################################### # Determine the system's basic configuration # -- cgit v1.2.3