Skip to content

Commit a431b58

Browse files
committed
Support only the bytecode-only build for macocaml-5.3.0 for now.
1 parent b6bc7ae commit a431b58

File tree

1 file changed

+2
-2
lines changed
  • packages/ocaml-variants/ocaml-variants.5.3.0+macocaml-branch

1 file changed

+2
-2
lines changed

packages/ocaml-variants/ocaml-variants.5.3.0+macocaml-branch/opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ build: [
8787
"--with-winpthreads-msvc=%{winpthreads:share}%" {system-msvc:installed}
8888
"-C"
8989
"--with-afl" {ocaml-option-afl:installed}
90-
"--disable-native-compiler" {ocaml-option-bytecode-only:installed}
90+
"--disable-native-compiler"
9191
"--disable-flat-float-array" {ocaml-option-no-flat-float-array:installed}
9292
"--enable-flambda" {ocaml-option-flambda:installed}
9393
"--enable-frame-pointers" {ocaml-option-fp:installed}
@@ -109,7 +109,7 @@ build: [
109109
"LIBS=-static" {ocaml-option-static:installed}
110110
"--disable-warn-error"
111111
]
112-
[make]
112+
[make "-j%{jobs}%" "world"]
113113
]
114114
install: [make "install"]
115115
url {

0 commit comments

Comments
 (0)