Issue #1949 - Part 2: Disable exceptions in soundtouch's STTypes.h.

I don't know how Mozilla was able to build this without defining
 ST_NO_EXCEPTION_HANDLING, but looks like we have to do it so that
 the compiler doesn't complain about -fno-exceptions
This commit is contained in:
Job Bautista 2022-06-30 10:49:38 +08:00 • committed by roytam1
commit f170360d10
3 changed files with 15 additions and 1 deletions

View file

@ -43,5 +43,6 @@ done
# Patch the imported files.
patch -p1 < moz-libsoundtouch.patch
patch -p1 < mcp-disableexceptions.patch
echo "Remember to update README_MCP with the version details."