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