This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JuicePlugins
mirror of
https://github.com/DISTRHO/JuicePlugins
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update DPF, stop building StutterJuice
Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX
3 years ago
parent
f9db96d91c
commit
a73b4cfd16
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
3 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build.yml
+0
-1
Makefile
+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
Write
Preview
Loading…
Cancel
Save