Browse Source

Do not use juce for wine bridges

Signed-off-by: falkTX <falktx@falktx.com>
fix-audiofile-buffering
falkTX 1 year ago
parent
commit
313ee2d7b8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/Makefile.deps.mk

+ 2
- 0
source/Makefile.deps.mk View File

@@ -330,9 +330,11 @@ PYUIC ?= $(PYUIC5)
# Set USING_JUCE # Set USING_JUCE


ifeq ($(MACOS_OR_WINDOWS),true) ifeq ($(MACOS_OR_WINDOWS),true)
ifneq ($(BUILDING_FOR_WINE),true)
USING_JUCE = true USING_JUCE = true
USING_JUCE_AUDIO_DEVICES = true USING_JUCE_AUDIO_DEVICES = true
endif endif
endif


# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# Set USING_RTAUDIO # Set USING_RTAUDIO


Loading…
Cancel
Save