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