remove unnecessary if artifact
This commit is contained in:
parent
6644d3c641
commit
ea397d205c
1 changed files with 0 additions and 3 deletions
3
acprep
3
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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue