Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit d331b77

Browse files
committed
Fix build on non x86_64 (NOOPT)
1 parent dfb10a3 commit d331b77

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

flathub.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"skip-icons-check": true,
3-
"only-arches": ["x86_64"]
2+
"skip-icons-check": true
43
}

org.freedesktop.LinuxAudio.Lv2Plugins.TAP.json

+12
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@
2121
"build-options": {
2222
"env": {
2323
"CFLAGS": "`pkg-config --cflags lv2`"
24+
},
25+
"arch": {
26+
"aarch64": {
27+
"make-args": [
28+
"NOOPT=true"
29+
]
30+
},
31+
"arm": {
32+
"make-args": [
33+
"NOOPT=true"
34+
]
35+
}
2436
}
2537
},
2638
"build-commands": [

0 commit comments

Comments
 (0)