print what you're checking

This commit is contained in:
2024-08-08 15:59:54 -05:00
parent aa9d704bf6
commit 259290ecca

View File

@@ -321,6 +321,7 @@ if not env.GetOption('clean'):
for suff in suffixes:
possible_names.append(possible_names[i] + suff)
for test in possible_names:
print(f'checking {test}')
if conf.CheckLib(test, language='C++'):
bundled_libs.append(test)
print(test)