mirror of
https://github.com/libAthena/athena.git
synced 2025-05-13 10:51:34 +00:00
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…
x
Reference in New Issue
Block a user