mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 13:45:49 +08:00
fixed docs toolchain error
This commit is contained in:
@@ -50,7 +50,6 @@ class InternalCommands:
|
||||
macZipFiles = [
|
||||
'../../bin/synergyc',
|
||||
'../../bin/synergys',
|
||||
'../../bin/QSynergy.app',
|
||||
'../../doc/synergy.conf.example',
|
||||
'../../doc/MacReadme.txt']
|
||||
|
||||
@@ -429,7 +428,7 @@ class InternalCommands:
|
||||
|
||||
def doxygen(self):
|
||||
# The conf generates doc/doxygen.cfg from cmake/doxygen.cfg.in
|
||||
if not self.hasConfRun():
|
||||
if not self.hasConfRun('release'):
|
||||
self.configure()
|
||||
|
||||
err = os.system('doxygen %s/%s' % (self.doc_dir, self.doxygen_filename))
|
||||
|
||||
Reference in New Issue
Block a user