Browse Source

Update DPF, stop building StutterJuice

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
a73b4cfd16
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 2 additions and 3 deletions
  1. +1
    -1
      .github/workflows/build.yml
  2. +0
    -1
      Makefile
  3. +1
    -1
      dpf

+ 1
- 1
.github/workflows/build.yml View File

@@ -255,7 +255,7 @@ jobs:
- name: Build plugins
env:
CFLAGS: -g
CXXFLAGS: -g
CXXFLAGS: -g -DDPF_ABORT_ON_ERROR
LDFLAGS: -static-libgcc -static-libstdc++
run: |
make features


+ 0
- 1
Makefile View File

@@ -18,7 +18,6 @@ endif
plugins: dgl
$(MAKE) all -C plugins/PowerJuice
$(MAKE) all -C plugins/PowerJuiceX2
$(MAKE) all -C plugins/StutterJuice
$(MAKE) all -C plugins/TriggerJuice
$(MAKE) all -C plugins/VectorJuice
$(MAKE) all -C plugins/WobbleJuice


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit e44a908375610d7f46b507532b4602c9f89f085a
Subproject commit 9aec1687c8ef5304efd8da6a65bdd1d0913fa612

Loading…
Cancel
Save