This commit is contained in:
Kovid Goyal 2012-06-03 13:23:30 +05:30
parent d6ea54ff08
commit d921a2a475

View File

@ -368,7 +368,7 @@ class Build(Command):
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",