Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update DPF, stop building StutterJuice
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 19, 2021
1 parent f9db96d commit a73b4cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit a73b4cf

Please sign in to comment.