Skip to content

Commit 017f67b

Browse files
committed
Add some debug printouts
1 parent 2d738d0 commit 017f67b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/base/src/TSystem.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3712,6 +3712,7 @@ int TSystem::CompileMacro(const char *filename, Option_t *opt,
37123712
#else
37133713
linkLibraries.Prepend(librariesWithQuotes);
37143714
#endif
3715+
std::cout << "linkLibraries : " << linkLibraries << std::endl;
37153716

37163717
// ======= Generate the build command lines
37173718
TString cmd = fMakeSharedLib;

0 commit comments

Comments
 (0)