mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Disable headless on Haiku for now
This commit is contained in:
parent
0a34a1d9f4
commit
dd649edea9
@ -337,7 +337,7 @@ class Build(Command):
|
|||||||
|
|
||||||
def build_headless(self):
|
def build_headless(self):
|
||||||
from setup.parallel_build import cpu_count
|
from setup.parallel_build import cpu_count
|
||||||
if iswindows or isosx:
|
if iswindows or isosx or ishaiku:
|
||||||
return # Dont have headless operation on these platforms
|
return # Dont have headless operation on these platforms
|
||||||
from setup.build_environment import glib_flags, fontconfig_flags, ft_inc_dirs, QMAKE
|
from setup.build_environment import glib_flags, fontconfig_flags, ft_inc_dirs, QMAKE
|
||||||
from PyQt5.QtCore import QT_VERSION
|
from PyQt5.QtCore import QT_VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user