GNOME Bugzilla – Bug 761981
"gcc -print-search-dirs" not always use ';' as path separator
Last modified: 2016-02-16 21:31:28 UTC
resolve_windows_libs() uses `gcc -print-search-dirs`. When we are cross-compiling with MinGW on linux, gcc uses ':' as path separator, not ';'.
Created attachment 321061 [details] [review] Proposed solution
Review of attachment 321061 [details] [review]: Can you include the text from the bug in the git commit message?
Created attachment 321071 [details] [review] Include bug description into the commit description > Can you include the text from the bug in the git commit message? Sure.