Mercurial > hg > sv-dependency-builds
diff src/portaudio_20161030_catalina_patch/fixfile.bat @ 80:0b60a66de5e2
This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author | Chris Cannam |
---|---|
date | Thu, 31 Oct 2019 13:20:41 +0000 |
parents | 4edcd14160a5 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/portaudio_20161030_catalina_patch/fixfile.bat Thu Oct 31 13:20:41 2019 +0000 @@ -0,0 +1,7 @@ +rem Use Astyle to fix style in a file +fixlines -p %1% +astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1% +del %1%.orig +@rem convert line terminators to Unix style LFs +fixlines -u %1% +del %1%.bak