Skip to content

Commit

Permalink
Tweak comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Mokhov <amokhov@janestreet.com>
  • Loading branch information
snowleopard committed Nov 7, 2019
1 parent 5bf607f commit 770d0dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/dune/context.mli
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ type t =
(* By default Dune builds and installs dynamically linked foreign
archives (usually named [dll*.so]). It is possible to disable this
by adding (disable_dynamically_linked_foreign_archives true) to the
workspace file, in which case Dune will produce executables where
all foreign archives are statically linked into the runtime system. *)
workspace file, in which case bytecode executables will be built
with all foreign archives statically linked into the runtime system. *)
; disable_dynamically_linked_foreign_archives : bool
(** If this context is a cross-compilation context, you need another
context for building tools used for the compilation that run on the
Expand Down
6 changes: 3 additions & 3 deletions src/dune/workspace.mli
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ module Context : sig
(* By default Dune builds and installs dynamically linked foreign
archives (usually named [dll*.so]). It is possible to disable
this by setting [disable_dynamically_linked_foreign_archives] to
[true] in the workspace file, in which case Dune will produce
executables where all foreign archives are statically linked
into the runtime system. *)
[true] in the workspace file, in which case bytecode executables
will be built with all foreign archives statically linked into
the runtime system. *)
; disable_dynamically_linked_foreign_archives : bool
}
end
Expand Down

0 comments on commit 770d0dc

Please sign in to comment.