Skip to content

Commit

Permalink
Proposal: forward-to-back for "target"
Browse files Browse the repository at this point in the history
i.e. also convert the forward slashes to back-slashes
  • Loading branch information
dra27 committed Nov 6, 2023
1 parent f119a79 commit 5751b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/opamEnv.ml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let transform_format ~(sepfmt:sep_path_format) =
let translate =
match format with
| Target | Target_quoted ->
fun x -> x
OpamSystem.forward_to_back
| Host | Host_quoted ->
(* noop on non windows *)
(Lazy.force OpamSystem.get_cygpath_path_transform) ~pathlist:false
Expand Down

0 comments on commit 5751b55

Please sign in to comment.