Was missing a period
This commit is contained in:
parent
b64dcf7202
commit
571d711523
1 changed files with 1 additions and 1 deletions
2
acprep
2
acprep
|
|
@ -415,7 +415,7 @@ class PrepareBuild(CommandLineApp):
|
|||
if not self.options.build_dir:
|
||||
self.options.build_dir = join(self.products_directory(),
|
||||
self.current_flavor)
|
||||
return self.optionsbuild_dir
|
||||
return self.options.build_dir
|
||||
|
||||
def ensure(self, dirname):
|
||||
if not exists(dirname):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue