Skip to content

Commit eb48ca4

Browse files
committed
Add log message
1 parent b91483d commit eb48ca4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eb_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,7 @@ def pre_configure_hook_dyninst(self, *args, **kwargs):
11221122
binutils_lib_path_glob_pattern = os.path.join(eprefix, 'usr', 'lib*', 'binutils', '*-linux-gnu', '2.*')
11231123
binutils_lib_path = glob.glob(binutils_lib_path_glob_pattern)
11241124
if len(binutils_lib_path) == 1:
1125+
print_msg("Defining LibIberty variables for Dyninst...")
11251126
self.cfg.update('configopts', '-DLibIberty_ROOT_DIR=' + binutils_lib_path[0])
11261127
self.cfg.update('configopts', '-DLibIberty_INCLUDE_DIRS=' + os.path.join(binutils_lib_path[0], 'include'))
11271128
self.cfg.update('configopts', '-DLibIberty_LIBRARIES=' + binutils_lib_path[0])

0 commit comments

Comments
 (0)