Browse Source

Ammend previous commit

tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
87725e6382
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -184,7 +184,7 @@ endif
libjack: libs libjack: libs
@$(MAKE) -C source/libjack @$(MAKE) -C source/libjack


lv2-bundles-dep: $(MODULEDIR)/audio_decoder.a $(MODULEDIR)/water.a
lv2-bundles-dep: $(MODULEDIR)/audio_decoder.a $(MODULEDIR)/water.a $(MODULEDIR)/zita-resampler.a
@$(MAKE) -C source/native-plugins bundles @$(MAKE) -C source/native-plugins bundles


lv2-bundles: lv2-bundles-dep lv2-bundles: lv2-bundles-dep


Loading…
Cancel
Save