Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Also add cwd to prebuilt module path
  • Loading branch information
Teemperor committed Dec 3, 2017
commit 07883567b834eb839a96df0156f288d2e4def6e8
1 change: 1 addition & 0 deletions core/metacling/src/TCling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,7 @@ TCling::TCling(const char *name, const char *title)
HeaderSearch& hdrSearch = fInterpreter->getCI()->getPreprocessor().getHeaderSearchInfo();
hdrSearch.loadTopLevelSystemModules();
loadModulePath(hdrSearch, gSystem->GetDynamicPath());
fInterpreter->getCI()->getHeaderSearchOpts().AddPrebuiltModulePath(".");

// Setup core C++ modules if we have any to setup.
LoadModules({"libc", "stl", "ROOT_Types", "Core", "RIO"}, *fInterpreter);
Expand Down