Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 624682 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- a/ApiExtractor/clangparser/compilersupport.cpp    2018-09-14 02:06:47.943717729 +0300
0
++ b/ApiExtractor/clangparser/compilersupport.cpp    2018-09-14 02:07:38.327794194 +0300
Lines 284-290 Link Here
284
        if (!candidate.isEmpty())
284
        if (!candidate.isEmpty())
285
            return candidate + QStringLiteral("/include");
285
            return candidate + QStringLiteral("/include");
286
    }
286
    }
287
    return QString();
287
    return QStringLiteral("/usr/lib/clang/6.0.1/include");
288
//    return QString();
288
}
289
}
289
#endif // NEED_CLANG_BUILTIN_INCLUDES
290
#endif // NEED_CLANG_BUILTIN_INCLUDES

Return to bug 624682