Fix doxygen command after update to waf 1.8 in r11458, 126b15bc1efc
This commit is contained in:
2
wscript
2
wscript
@@ -1120,7 +1120,7 @@ def _doxygen(bld):
|
||||
|
||||
_getVersion()
|
||||
doxygen_config = os.path.join('doc', 'doxygen.conf')
|
||||
if subprocess.Popen([env['DOXYGEN'], doxygen_config]).wait():
|
||||
if subprocess.Popen(env['DOXYGEN'] + [doxygen_config]).wait():
|
||||
Logs.error("Doxygen build returned an error.")
|
||||
raise SystemExit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user