Browse Source

Add openssl to Linux build

tags/v0.5.1
Andrew Belt 6 years ago
parent
commit
85a5ed46db
1 changed files with 1 additions and 0 deletions
  1. +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)


Loading…
Cancel
Save