Browse Source

Fix Windows build

tags/v0.5.1
Andrew Belt 6 years ago
parent
commit
d558f1d316
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      dep/Makefile

+ 2
- 1
dep/Makefile View File

@@ -53,7 +53,8 @@ ifeq ($(ARCH),win)
libcurl = bin/libcurl-4.dll libcurl = bin/libcurl-4.dll
libzip = bin/libzip-5.dll libzip = bin/libzip-5.dll
rtmidi = bin/librtmidi-4.dll rtmidi = bin/librtmidi-4.dll
rtaudio = bin/librtaudio-6.dll
rtaudio = bin/librtaudio.dll
openssl = bin/libssl-1_1-x64.dll
endif endif


# Library configuration # Library configuration


Loading…
Cancel
Save