File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1576,14 +1576,15 @@ function nativeNinja() {
15761576
15771577 var templateNative = `
15781578subninja ${ getPreprocessorFileName ( ) }
1579+ compilerlibs := ../native/4.06.1/lib/ocaml/compiler-libs/ocamlcommon.cmxa
15791580rule optc
1580- command = $ocamlopt -safe-string -I +compiler-libs -opaque ${ includes } -g -linscan -w A-4-9-40..42-30-48-50 -warn-error A -absname -c $in
1581+ command = $ocamlopt -safe-string -I +compiler-libs -opaque ${ includes } -g -linscan -w A-4-9-40..42-30-48-50 -warn-error A -absname -c $in # $compilerlibs
15811582 description = $out : $in
15821583rule archive
15831584 command = $ocamlopt -a $in -o $out
15841585 description = arcive -> $out
15851586rule link
1586- command = $ocamlopt -g -I +compiler-libs $flags $libs $in -o $out
1587+ command = $ocamlopt -g -I +compiler-libs $flags $libs $in -o $out # $compilerlibs
15871588 description = linking -> $out
15881589rule mk_bsversion
15891590 command = node $in
You can’t perform that action at this time.
0 commit comments