We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a88115 commit 62b10c7Copy full SHA for 62b10c7
server/src/printers/NativeMakefilePrinter.cpp
@@ -413,7 +413,7 @@ namespace printer {
413
fs::path recompiledFile =
414
Paths::getRecompiledFile(projectContext, linkUnitInfo->getOutput());
415
if (isExecutable) {
416
- recompiledFile = Paths::isObjectFile(Paths::addExtension(recompiledFile, ".o")) ?
+ recompiledFile = Paths::isObjectFile(recompiledFile) ?
417
recompiledFile : Paths::addExtension(recompiledFile, ".o");
418
} else if (Paths::isSharedLibraryFile(unitFile)) {
419
recompiledFile = getSharedLibrary(linkUnitInfo->getOutput());
0 commit comments