mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d6ea54ff08
commit
d921a2a475
@ -368,7 +368,7 @@ class Build(Command):
|
|||||||
self.info('\n####### Building calibre style', '#'*7)
|
self.info('\n####### Building calibre style', '#'*7)
|
||||||
sdir = self.j(self.SRC, 'qtcurve')
|
sdir = self.j(self.SRC, 'qtcurve')
|
||||||
def path(x):
|
def path(x):
|
||||||
if x: x=self.j(sdir, x)
|
x=self.j(sdir, x)
|
||||||
return ('"%s"'%x).replace(os.sep, '/')
|
return ('"%s"'%x).replace(os.sep, '/')
|
||||||
headers = [
|
headers = [
|
||||||
"common/colorutils.h",
|
"common/colorutils.h",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user