swig / cccl

Unix cc compiler to Microsoft's cl compiler wrapper
GNU General Public License v3.0
123 stars 36 forks source link

--cccl-muffle in msys/mingw requires grep -a #19

Open conversy opened 1 year ago

conversy commented 1 year ago

Hi,

when using --cccl-muffle, the script passes the output of cl.exe to tr, which output seems to be taken as binary by grep. Adding -a to the list of grep options fixes the issue.

Best.