Fix build on case-sensitive OS X

Fix capitalization of CoreMIDI framework to fix build on Macs with
case-sensitive filesystems.
This commit is contained in:
Ryan Schmidt
2016-02-25 22:23:37 -06:00
parent fb50d69e08
commit a5bef56e76
3 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ STK compiles with realtime support on the following flavors of the Unix operatin
<TD>Macintosh OS X</TD>
<TD>CoreAudio</TD>
<TD>__MACOSX_CORE__</TD>
<TD><TT>pthread, CoreAudio, CoreMidi, CoreFoundation</TT></TD>
<TD><TT>pthread, CoreAudio, CoreMIDI, CoreFoundation</TT></TD>
</TR>
</TABLE>
</CENTER>