1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

JACK: Fix build failure on Linux when JUCE_JACK=1

This commit is contained in:
reuk 2025-06-25 18:46:00 +01:00
parent de9c29f8e7
commit a99bff1e1d
No known key found for this signature in database
24 changed files with 26 additions and 40 deletions

View file

@ -553,7 +553,7 @@
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_DirectSound_windows.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio_linux.cpp">
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Midi_android.cpp">