[Go] Fixes so that the go_subdir_import test will work with gccgo.
This commit is contained in:
parent
6866c96348
commit
40f5b1ecc6
3 changed files with 14 additions and 7 deletions
|
|
@ -413,7 +413,7 @@ private:
|
|||
}
|
||||
if (!pkgpath_option) {
|
||||
Append(go_prefix, ".");
|
||||
Append(go_prefix, package);
|
||||
Append(go_prefix, getModuleName(package));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue