When subdir is '/foo/bar' and prefix '/foo' it was returning '/bar', which is an absolute path. It was then constructing '-L${prefix}//bar' with bogus double slash. When subdir is '/fooo/bar' and prefix '/foo' it was returning 'o/bar'.pull/6589/head
parent
302b486446
commit
b3ab022777
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue