Skip to content

Commit 000a6bd

Browse files
committed
Add some debug printouts
1 parent 9997e74 commit 000a6bd

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
@@ -3730,6 +3730,7 @@ int TSystem::CompileMacro(const char *filename, Option_t *opt,
37303730

37313731
#ifdef _MSC_VER
37323732
linkLibraries.Prepend(linkLibrariesNoQuotes);
3733+
std::cout << "linkLibraries : " << linkLibraries << std::endl;
37333734
#else
37343735
linkLibraries.Prepend(librariesWithQuotes);
37353736
#endif

0 commit comments

Comments
 (0)