mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 03:14:33 +01:00
Fix #1812891 [calibre-3.38.1 tries to download mathjax during build](https://bugs.launchpad.net/calibre/+bug/1812891) again
This commit is contained in:
parent
b1c9b2ba71
commit
e0d5a021dd
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ def clean(self):
|
|||
def run(self, opts):
|
||||
if not opts.system_mathjax and self.already_present():
|
||||
self.info('MathJax already present in the resources directory, not downloading')
|
||||
return
|
||||
self.use_symlinks = opts.system_mathjax
|
||||
self.h = sha1()
|
||||
self.mathjax_files = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue