Skip to content

Commit

Permalink
refactor: use extension type (ocaml#11101)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Nov 5, 2024
1 parent e7f8e13 commit aa7634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/lib_config.mli
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open Import
type t =
{ has_native : bool
; ext_lib : Filename.Extension.t
; ext_obj : string
; ext_obj : Filename.Extension.t
; os_type : Ocaml_config.Os_type.t
; architecture : string
; system : string
Expand Down

0 comments on commit aa7634d

Please sign in to comment.