mirror of https://github.com/libAthena/athena.git
Linux build fixes
This commit is contained in:
parent
f5dabee0a7
commit
3f24b7f33e
|
@ -2389,7 +2389,7 @@ public:
|
|||
llvm::StringRef /*filename*/) override
|
||||
{
|
||||
clang::DependencyOutputOptions DepOpts;
|
||||
DepOpts.OutputFile = DepFileOut;
|
||||
DepOpts.OutputFile = DepFileOut.getValue();
|
||||
DepOpts.Targets = DepFileTargets;
|
||||
if (!DepOpts.OutputFile.empty())
|
||||
TheDependencyFileGenerator.reset(
|
||||
|
|
Loading…
Reference in New Issue