diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-10-30 22:26:45 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-10-30 22:26:45 (GMT) |
commit | 966067bc40ff5f152572e4d3160fede6d6bd1b3a (patch) | |
tree | 63ed031b6eb03ba57ef0248a559fed9090f7f73b /src/ocaml-native.mk | |
parent | 4a303ef0a3de5b8982acd5352e53550257f066eb (diff) | |
download | mxe-966067bc40ff5f152572e4d3160fede6d6bd1b3a.zip mxe-966067bc40ff5f152572e4d3160fede6d6bd1b3a.tar.gz mxe-966067bc40ff5f152572e4d3160fede6d6bd1b3a.tar.bz2 |
package ocaml-native: disable parallel building due to failures
Diffstat (limited to 'src/ocaml-native.mk')
-rw-r--r-- | src/ocaml-native.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocaml-native.mk b/src/ocaml-native.mk index c795400..6cfa58c 100644 --- a/src/ocaml-native.mk +++ b/src/ocaml-native.mk @@ -25,7 +25,7 @@ define $(PKG)_BUILD -no-tk \ -no-shared-libs \ -verbose - $(MAKE) -C '$(1)' -j '$(JOBS)' world opt + $(MAKE) -C '$(1)' -j 1 world opt $(SED) -i "s,@target@,$(TARGET),g" $(1)/ocamlbuild/options.ml $(SED) -i "s,@target@,$(TARGET),g" $(1)/ocamlbuild/findlib.ml $(MAKE) -C '$(1)' -j '$(JOBS)' ocamlbuild.native |