Skip to content
Snippets Groups Projects
Commit c166c544 authored by g0dil's avatar g0dil
Browse files

Fix doxygen path build error

parent 5db001f5
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ env.Replace(
env.Append( ENV = {
'TODAY' : str(datetime.date.today()),
'TEXINPUTS' : os.environ.get('TEXINPUTS',env.Dir('#/doclib').abspath + ':'),
'DOXYGEN' : env.File(env['DOXYGEN']).abspath,
'DOXYGEN' : str(env.File(env['DOXYGEN'])),
})
env.PhonyTarget('linklint', [], [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment