mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user