Skip to content
Snippets Groups Projects
Commit 454bdd86 authored by Axel Naumann's avatar Axel Naumann
Browse files

Simply use symbol from libCling; rootcling links against it.

parent fd62eed4
Branches
Tags
No related merge requests found
...@@ -80,5 +80,5 @@ int main(int argc, char **argv) ...@@ -80,5 +80,5 @@ int main(int argc, char **argv)
config.fAddAncestorPCMROOTFile = &AddAncestorPCMROOTFile; config.fAddAncestorPCMROOTFile = &AddAncestorPCMROOTFile;
config.fCloseStreamerInfoROOTFile = &CloseStreamerInfoROOTFile; config.fCloseStreamerInfoROOTFile = &CloseStreamerInfoROOTFile;
#endif #endif
return rootcling_driver(argc, argv, config); return ROOT_rootcling_Driver(argc, argv, config);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment