1 2 3 4 5 6 7 8 9 10 11
--- a/gcc/d/d-incpath.cc +++ b/gcc/d/d-incpath.cc @@ -139,7 +139,7 @@ add_import_paths (const char *iprefix, c path = xstrdup (p->fname); /* Add D-specific suffix. */ - path = concat (path, "/d", NULL); + path = concat (path, "/dlang/gdc", NULL); /* Ignore duplicate entries. */ bool found = false;