Remove workaround used for ROOT.

This commit is contained in:
Vassil Vassilev 2019-04-19 22:54:07 +03:00 committed by SFT
parent adb1396e4f
commit ea23e15d42

View File

@ -1054,7 +1054,6 @@ static void stringifyPreprocSetting(PreprocessorOptions& PPOpts,
auto& HS = CI->getHeaderSearchOpts();
addPrebuiltModulePaths(HS, getPathsFromEnv(getenv("LD_LIBRARY_PATH")));
addPrebuiltModulePaths(HS, getPathsFromEnv(getenv("DYLD_LIBRARY_PATH")));
HS.AddPrebuiltModulePath(".");
}
// Set up compiler language and target