14 lines
566 B
OCaml
14 lines
566 B
OCaml
$NetBSD: patch-tools_ocamlcp.ml,v 1.1 2015/01/20 14:12:25 jaapb Exp $
|
|
|
|
pkgsrc_runtime flag
|
|
--- tools/ocamlcp.ml.orig 2014-08-28 16:24:52.000000000 +0000
|
|
+++ tools/ocamlcp.ml
|
|
@@ -80,6 +80,7 @@ module Options = Main_args.Make_bytecomp
|
|
let _principal = option "-principal"
|
|
let _rectypes = option "-rectypes"
|
|
let _runtime_variant s = option_with_arg "-runtime-variant" s
|
|
+ let _pkgsrc_runtime = option "-pkgsrc-runtime"
|
|
let _safe_string = option "-safe-string"
|
|
let _short_paths = option "-short-paths"
|
|
let _strict_sequence = option "-strict-sequence"
|