1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

Disables jack being forcibly linked by rtmidi

This commit is contained in:
RipleyTom 2023-10-15 00:25:34 +02:00 committed by Megamouse
parent 8ff95a71dd
commit 0448b8e3ae

View File

@ -1 +1,2 @@
option(RTMIDI_API_JACK "Compile with JACK support." OFF)
add_subdirectory(rtmidi EXCLUDE_FROM_ALL)