This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Nekobi
mirror of
https://github.com/DISTRHO/Nekobi
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
lv2lint: Ignore a known linking warning
Signed-off-by: falkTX <falktx@falktx.com>
pull/16/head
falkTX
3 years ago
parent
c4293d1c1b
commit
58e7590825
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build.yml
+1
-1
dpf
+ 1
- 1
.github/workflows/build.yml
View File
@@ -275,7 +275,7 @@ jobs:
cp -r bin/*.lv2 \
/usr/lib/lv2/{atom,buf-size,core,data-access,kx-control-input-port-change-request,kx-programs,instance-access,midi,parameters,port-groups,port-props,options,patch,presets,resize-port,state,time,ui,units,urid,worker}.lv2 \
${LV2_PATH}
lv2lint -s lv2_generate_ttl -M nopack $(lv2ls)
lv2lint -s lv2_generate_ttl -
l ld-linux-x86-64.so.2 -
M nopack $(lv2ls)
- name: Test LADSPA plugins
run: |
for p in $(ls bin/ | grep ladspa.so); do \
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit
8d83f11df227f8a7672026e1deb05288c684ca92
Subproject commit
e44a908375610d7f46b507532b4602c9f89f085a
Write
Preview
Loading…
Cancel
Save