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
38
Wiki
Activity
Browse Source
Add openssl to Linux build
tags/v0.5.1
Andrew Belt
6 years ago
parent
e21391d6f5
commit
85a5ed46db
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
dep/Makefile
+ 1
- 0
dep/Makefile
View File
@@ -31,6 +31,7 @@ ifeq ($(ARCH),lin)
libzip = lib/libzip.so
rtmidi = lib/librtmidi.so
rtaudio = lib/librtaudio.so
openssl = lib/libssl.so
endif
ifeq ($(ARCH),mac)
Write
Preview
Loading…
Cancel
Save