From ea397d205c84d01b8089e8fac0dd30e9100d1571 Mon Sep 17 00:00:00 2001 From: Hans Erik van Elburg Date: Sun, 4 Jan 2015 00:10:55 +0100 Subject: remove unnecessary if artifact --- acprep | 3 --- 1 file changed, 3 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index 6336e902..9e661aad 100755 --- a/acprep +++ b/acprep @@ -822,9 +822,6 @@ class PrepareBuild(CommandLineApp): if self.prefix_directory(): conf_args.append('-DCMAKE_INSTALL_PREFIX=%s' % self.prefix_directory()) - if self.is_cygwin: - - return (environ, conf_args + self.configure_args) def phase_configure(self, *args): -- cgit v1.2.3