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 authored and vgvassilev committed Mar 11, 2018
commit e4df71113fe547991b0ae792df9fdfdc1655faba
1 change: 1 addition & 0 deletions core/metacling/src/TCling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,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.

Expand Down