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() {
1576
1576
1577
1577
var templateNative = `
1578
1578
subninja ${ getPreprocessorFileName ( ) }
1579
+ compilerlibs := ../native/4.06.1/lib/ocaml/compiler-libs/ocamlcommon.cmxa
1579
1580
rule 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
1581
1582
description = $out : $in
1582
1583
rule archive
1583
1584
command = $ocamlopt -a $in -o $out
1584
1585
description = arcive -> $out
1585
1586
rule 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
1587
1588
description = linking -> $out
1588
1589
rule mk_bsversion
1589
1590
command = node $in
You can’t perform that action at this time.
0 commit comments