We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432e103 commit 0d2c8f5Copy full SHA for 0d2c8f5
lib_eio_linux/dune
@@ -2,10 +2,10 @@
2
(name eio_linux)
3
(public_name eio_linux)
4
(enabled_if ; See https://github.com/ocaml/dune/issues/4895
5
- (or (= %{system} "linux") ; Linux-x86
6
- (= %{system} "linux_eabihf") ; Linux-arm32
7
- (= %{system} "linux_elf") ; Linux-x86_32
8
- (= %{system} "elf"))) ; Linux-ppc64
+ (or (= %{system} "linux") ; Historically, just Linux-x86
+ (= %{system} "linux_eabihf") ; Historically, Linux-arm32
+ (= %{system} "linux_elf") ; Historically, Linux-x86_32
+ (= %{system} "elf"))) ; Historically, Linux-ppc64
9
(foreign_stubs
10
(language c)
11
(flags :standard -D_LARGEFILE64_SOURCE)
0 commit comments