We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b905c6 commit 3fb1f66Copy full SHA for 3fb1f66
1 file changed
package.ring
@@ -116,7 +116,9 @@ aPackageInfo = [
116
],
117
:linuxfiles = [
118
"lib/linux/amd64/libring_webview.so",
119
- "lib/linux/arm64/libring_webview.so"
+ "lib/linux/arm64/libring_webview.so",
120
+ "lib/linux/musl/amd64/libring_webview.so",
121
+ "lib/linux/musl/arm64/libring_webview.so"
122
123
:ubuntufiles = [
124
0 commit comments