covoar: Add libdwarf to the include path.

This commit is contained in:
Chris Johns 2018-05-08 15:09:42 +10:00
parent cdfc56a9c9
commit dbb56a823c

View File

@ -62,6 +62,7 @@ def build(bld):
rtemstoolkit = '../../rtemstoolkit'
rtl_includes = [rtemstoolkit,
rtemstoolkit + '/elftoolchain/libelf',
rtemstoolkit + '/elftoolchain/libdwarf',
rtemstoolkit + '/elftoolchain/common',
rtemstoolkit + '/libiberty']
if bld.env.DEST_OS == 'win32':