Skip to content

Commit

Permalink
Use parentheses in favour of precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jun 1, 2024
1 parent 2e6dd9c commit 39d2480
Show file tree
Hide file tree
Showing 36 changed files with 211 additions and 190 deletions.
4 changes: 2 additions & 2 deletions packages/conf-c++/conf-c++.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ depexts: [
["gcc-g++"] {os = "win32" & os-distribution = "cygwinports"}
]
depends:
("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-g++-i686" {os = "win32" & os-distribution != "cygwinports"}) |
("host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-g++-x86_64" {os = "win32" & os-distribution != "cygwinports"})
(("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-g++-i686" {os = "win32" & os-distribution != "cygwinports"}) |
("host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-g++-x86_64" {os = "win32" & os-distribution != "cygwinports"}))
synopsis: "Virtual package relying on the c++ compiler"
description:
"This package can only install if the c++ compiler is installed on the system."
Expand Down
4 changes: 2 additions & 2 deletions packages/conf-zstd/conf-zstd.1.3.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ build: [
]
depends: [
"conf-pkg-config" {build}
("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-i686" {os = "win32" & os-distribution != "cygwinports"} |
"host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-x86_64" {os = "win32" & os-distribution != "cygwinports"})
(("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-i686" {os = "win32" & os-distribution != "cygwinports"}) |
("host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-x86_64" {os = "win32" & os-distribution != "cygwinports"}))
]
depexts: [
["libzstd-dev"] {os-family = "debian"}
Expand Down
12 changes: 6 additions & 6 deletions packages/ocaml-base-compiler/ocaml-base-compiler.4.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
12 changes: 6 additions & 6 deletions packages/ocaml-base-compiler/ocaml-base-compiler.4.13.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
12 changes: 6 additions & 6 deletions packages/ocaml-base-compiler/ocaml-base-compiler.4.14.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
12 changes: 6 additions & 6 deletions packages/ocaml-base-compiler/ocaml-base-compiler.4.14.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
12 changes: 6 additions & 6 deletions packages/ocaml-base-compiler/ocaml-base-compiler.4.14.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
8 changes: 4 additions & 4 deletions packages/ocaml-base-compiler/ocaml-base-compiler.5.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 only
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
# i686 mingw-w64 only
"arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
8 changes: 4 additions & 4 deletions packages/ocaml-base-compiler/ocaml-base-compiler.5.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 only
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# i686 mingw-w64 only
"arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
8 changes: 4 additions & 4 deletions packages/ocaml-base-compiler/ocaml-base-compiler.5.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 only
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# i686 mingw-w64 only
"arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
8 changes: 4 additions & 4 deletions packages/ocaml-base-compiler/ocaml-base-compiler.5.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 only
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# i686 mingw-w64 only
"arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 only
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# i686 mingw-w64 only
"arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 only
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# i686 mingw-w64 only
"arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 only
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# i686 mingw-w64 only
"arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ depends: [

# Port selection (Windows)
# amd64 mingw-w64 only
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# i686 mingw-w64 only
"arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} |
("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" &
"system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
14 changes: 7 additions & 7 deletions packages/ocaml-variants/ocaml-variants.4.13.0+options/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ depends: [
# The Windows ports explicitly select the architecture (see below) this
# facility is not yet available for other platforms.
"host-arch-x86_32" {os != "win32" & arch = "x86_32" & post}
("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} |
(("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) |
"host-arch-x86_64" {os != "win32" & arch = "x86_64" & post})
"host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post}

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
14 changes: 7 additions & 7 deletions packages/ocaml-variants/ocaml-variants.4.13.1+options/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ depends: [
# The Windows ports explicitly select the architecture (see below) this
# facility is not yet available for other platforms.
"host-arch-x86_32" {os != "win32" & arch = "x86_32" & post}
("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} |
(("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) |
"host-arch-x86_64" {os != "win32" & arch = "x86_64" & post})
"host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post}

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
14 changes: 7 additions & 7 deletions packages/ocaml-variants/ocaml-variants.4.13.2+trunk/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ depends: [
# The Windows ports explicitly select the architecture (see below) this
# facility is not yet available for other platforms.
"host-arch-x86_32" {os != "win32" & arch = "x86_32" & post}
("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} |
(("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) |
"host-arch-x86_64" {os != "win32" & arch = "x86_64" & post})
"host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post}

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
14 changes: 7 additions & 7 deletions packages/ocaml-variants/ocaml-variants.4.14.0+options/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ depends: [
# The Windows ports explicitly select the architecture (see below) this
# facility is not yet available for other platforms.
"host-arch-x86_32" {os != "win32" & arch = "x86_32" & post}
("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} |
(("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) |
"host-arch-x86_64" {os != "win32" & arch = "x86_64" & post})
"host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post}

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
14 changes: 7 additions & 7 deletions packages/ocaml-variants/ocaml-variants.4.14.1+options/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ depends: [
# The Windows ports explicitly select the architecture (see below) this
# facility is not yet available for other platforms.
"host-arch-x86_32" {os != "win32" & arch = "x86_32" & post}
("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} |
(("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) |
"host-arch-x86_64" {os != "win32" & arch = "x86_64" & post})
"host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post}

# Port selection (Windows)
# amd64 mingw-w64 / MSVC
("arch-x86_64" {os = "win32" & arch = "x86_64"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
(("arch-x86_64" {os = "win32" & arch = "x86_64"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# i686 mingw-w64 / MSVC
"arch-x86_32" {os = "win32"} &
("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} |
"system-msvc") |
("arch-x86_32" {os = "win32"} &
(("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
"system-msvc")) |
# Non-Windows systems
"host-system-other" {os != "win32" & post})

Expand Down
Loading

0 comments on commit 39d2480

Please sign in to comment.