mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:43:27 +02:00
...
This commit is contained in:
parent
7808cd4794
commit
c44229ee3d
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ def run(self, opts):
|
|||
self.info('--no-compile specified, skipping compilation')
|
||||
return
|
||||
self.build_dir = os.path.abspath(opts.build_dir or os.path.join(os.path.dirname(SRC), 'build'))
|
||||
self.output_dir = os.path.abspath(opts.output_dir or os.path.join(os.path.dirname(SRC), 'calibre', 'plugins'))
|
||||
self.output_dir = os.path.abspath(opts.output_dir or os.path.join(SRC, 'calibre', 'plugins'))
|
||||
self.obj_dir = os.path.join(self.build_dir, 'objects')
|
||||
for x in (self.output_dir, self.obj_dir):
|
||||
if not os.path.exists(x):
|
||||
|
|
|
|||
Loading…
Reference in a new issue