Skip to content

Commit 0df63a9

Browse files
committed
Add more apt dependencies for Ubuntu
Signed-off-by: Kakadu <[email protected]>
1 parent 3989d69 commit 0df63a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Lama.opam

+1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ build: [
3030
]
3131
depexts: [
3232
[ "gcc-i686-linux-gnu" "linux-libc-dev:i386" ] {os-distribution = "ubuntu"}
33+
[ "libgcc-13-dev-i386-cross" ] {os-distribution = "ubuntu" & os-version >= "24.04" }
3334
[ "libgcc-14-dev-i386-cross" ] {os-distribution = "ubuntu" & os-version >= "24.04" }
3435
]

Lama.opam.template

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
depexts: [
22
[ "gcc-i686-linux-gnu" "linux-libc-dev:i386" ] {os-distribution = "ubuntu"}
3+
[ "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" }
45
]

0 commit comments

Comments
 (0)