Browse Source

Fixed typo which re-enables JACK for Linux when built with

RTAUDIO_ALL_APIS=1
tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
b77274a809
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dep/Makefile

+ 1
- 1
dep/Makefile View File

@@ -153,7 +153,7 @@ ifeq ($(ARCH),mac)
RTAUDIO_FLAGS += -DAUDIO_UNIX_JACK=ON RTAUDIO_FLAGS += -DAUDIO_UNIX_JACK=ON
endif endif
ifeq ($(ARCH),lin) ifeq ($(ARCH),lin)
RTAUDIO_FLAGS += -DAUDIO_LINUX_PULSE=ON -DAUDIO_LINUX_JACK=ON
RTAUDIO_FLAGS += -DAUDIO_LINUX_PULSE=ON -DAUDIO_UNIX_JACK=ON
endif endif
endif endif




Loading…
Cancel
Save