mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
disable parallel build to support cygwin
This commit is contained in:
parent
7ba8f58571
commit
73bb61a2de
1 changed files with 2 additions and 1 deletions
3
_oasis
3
_oasis
|
|
@ -10,7 +10,8 @@ OCamlVersion: >= 4.00.1
|
|||
BuildTools: ocamlbuild
|
||||
AlphaFeatures: compiled_setup_ml, ocamlbuild_more_args
|
||||
|
||||
XOCamlbuildExtraArgs: "-j 0"
|
||||
# cygwin fails with anything else
|
||||
XOCamlbuildExtraArgs: "-j 1"
|
||||
|
||||
Synopsis: A modular standard library focused on data structures.
|
||||
Description:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue