This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
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
863133279a
commit
b77274a809
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dep/Makefile
+ 1
- 1
dep/Makefile
View File
@@ -153,7 +153,7 @@ ifeq ($(ARCH),mac)
RTAUDIO_FLAGS += -DAUDIO_UNIX_JACK=ON
endif
ifeq ($(ARCH),lin)
RTAUDIO_FLAGS += -DAUDIO_LINUX_PULSE=ON -DAUDIO_
LINU
X_JACK=ON
RTAUDIO_FLAGS += -DAUDIO_LINUX_PULSE=ON -DAUDIO_
UNI
X_JACK=ON
endif
endif
Write
Preview
Loading…
Cancel
Save