Skip to content

Commit 631a0a4

Browse files
committed
Add missing MSYS2 build-env field
1 parent 058cc37 commit 631a0a4

File tree

3 files changed

+3
-0
lines changed
  • packages/ocaml-variants
    • ocaml-variants.5.0.1+trunk
    • ocaml-variants.5.1.2+trunk
    • ocaml-variants.5.2.1+trunk

3 files changed

+3
-0
lines changed

packages/ocaml-variants/ocaml-variants.5.0.1+trunk/opam

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ x-env-path-rewrite: [
6868
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
6969
]
7070
build-env: [
71+
[MSYS2_ARG_CONV_EXCL = "*"]
7172
[LSAN_OPTIONS = "detect_leaks=0,exitcode=0"]
7273
[ASAN_OPTIONS = "detect_leaks=0,exitcode=0"]
7374
]

packages/ocaml-variants/ocaml-variants.5.1.2+trunk/opam

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ x-env-path-rewrite: [
6868
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
6969
]
7070
build-env: [
71+
[MSYS2_ARG_CONV_EXCL = "*"]
7172
[LSAN_OPTIONS = "detect_leaks=0,exitcode=0"]
7273
[ASAN_OPTIONS = "detect_leaks=0,exitcode=0"]
7374
]

packages/ocaml-variants/ocaml-variants.5.2.1+trunk/opam

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ x-env-path-rewrite: [
6868
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
6969
]
7070
build-env: [
71+
[MSYS2_ARG_CONV_EXCL = "*"]
7172
[LSAN_OPTIONS = "detect_leaks=0,exitcode=0"]
7273
[ASAN_OPTIONS = "detect_leaks=0,exitcode=0"]
7374
]

0 commit comments

Comments
 (0)