mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:33:50 +02:00
...
This commit is contained in:
parent
d6ea54ff08
commit
d921a2a475
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ def build_style(self, dest):
|
|||
self.info('\n####### Building calibre style', '#'*7)
|
||||
sdir = self.j(self.SRC, 'qtcurve')
|
||||
def path(x):
|
||||
if x: x=self.j(sdir, x)
|
||||
x=self.j(sdir, x)
|
||||
return ('"%s"'%x).replace(os.sep, '/')
|
||||
headers = [
|
||||
"common/colorutils.h",
|
||||
|
|
|
|||
Loading…
Reference in a new issue