mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 06:35:01 +08:00
Fix install arch-specific header files
This commit is contained in:
@@ -654,6 +654,7 @@ class ModuleManager(builder.ModuleManager):
|
||||
self.add(' for headers in header_paths:')
|
||||
self.add(' ipath = os.path.join(rtems.arch_bsp_include_path(bld.env.RTEMS_VERSION, bld.env.RTEMS_ARCH_BSP), headers[2])')
|
||||
self.add(' start_dir = bld.path.find_dir(headers[0])')
|
||||
self.add(' if start_dir != None:')
|
||||
self.add(' bld.install_files("${PREFIX}/" + ipath,')
|
||||
self.add(' start_dir.ant_glob(headers[1]),')
|
||||
self.add(' cwd = start_dir,')
|
||||
|
Reference in New Issue
Block a user