Remove workaround used for ROOT.
This commit is contained in:
parent
adb1396e4f
commit
ea23e15d42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user