mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
4ba3255dd1
commit
81d1a3b922
@ -336,6 +336,7 @@ class LinuxFreeze(Command):
|
|||||||
for mod, bname, func in zip(modules[typ], basenames[typ],
|
for mod, bname, func in zip(modules[typ], basenames[typ],
|
||||||
functions[typ]):
|
functions[typ]):
|
||||||
xflags = list(cflags)
|
xflags = list(cflags)
|
||||||
|
xflags.remove('-c')
|
||||||
xflags += ['-DGUI_APP='+('1' if typ == 'gui' else '0')]
|
xflags += ['-DGUI_APP='+('1' if typ == 'gui' else '0')]
|
||||||
xflags += ['-DMODULE="%s"'%mod, '-DBASENAME="%s"'%bname,
|
xflags += ['-DMODULE="%s"'%mod, '-DBASENAME="%s"'%bname,
|
||||||
'-DFUNCTION="%s"'%func]
|
'-DFUNCTION="%s"'%func]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user