mirror of
https://git.rtems.org/rtems-tools/
synced 2025-05-31 19:49:42 +08:00
covoar: Add libdwarf to the include path.
This commit is contained in:
parent
cdfc56a9c9
commit
dbb56a823c
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user