We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfc3e8 commit 3989d69Copy full SHA for 3989d69
Lama.opam
@@ -28,5 +28,7 @@ build: [
28
"@doc" {with-doc}
29
]
30
31
-depexts: [ [ "gcc-i686-linux-gnu" "linux-libc-dev:i386" ] {os-distribution = "ubuntu"}
+depexts: [
32
+ [ "gcc-i686-linux-gnu" "linux-libc-dev:i386" ] {os-distribution = "ubuntu"}
33
+ [ "libgcc-14-dev-i386-cross" ] {os-distribution = "ubuntu" & os-version >= "24.04" }
34
Lama.opam.template
@@ -1,2 +1,4 @@
1
2
3
4
0 commit comments