Browse Source
[makefile] Update Vult header URL
Using the v2 branch as this is the current version of VCV Rack
pull/69/head
Steve Russell
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Makefile
|
|
@@ -203,8 +203,8 @@ SOURCES += src/VultEngine.cpp |
|
|
|
vult := dep/vult/vultc.h |
|
|
|
$(vult): |
|
|
|
cd dep && mkdir -p vult |
|
|
|
cd dep/vult && $(WGET) "https://github.com/vult-dsp/vult/releases/download/v0.4.12/vultc.h" |
|
|
|
$(SHA256) $(vult) 3e80f6d30defe7df2804568f0314dbb33e6bf69d53d18a804c8b8132cf5ad146 |
|
|
|
cd dep/vult && $(WGET) "https://github.com/vult-dsp/vult/releases/download/v0.4.14/vultc.h" |
|
|
|
$(SHA256) $(vult) cf12bbb57feafc29fba6e6567d6c93e743e1aa761a56670f4049c920a02fc56a |
|
|
|
FLAGS += -Idep/vult |
|
|
|
DEPS += $(vult) |
|
|
|
endif |
|
|
|