https://sourceware.org/bugzilla/show_bug.cgi?id=4356

Kai Koehne <kai.koehne at qt dot io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kai.koehne at qt dot io

--- Comment #10 from Kai Koehne <kai.koehne at qt dot io> ---
At least the -I escaping issue is still valid in binutils 2.34:

 windres -I"C:/Program Files/OpenSSL-Win64/include"
 gcc: error: Files/OpenSSL-Win64/include: No such file or directory

A workaround is to explicitly mask things twice

  windres -I\""C:/Program Files/OpenSSL-Win64/include"\"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to