Skip to content

Commit

Permalink
fixup! Use --no-depexts instead of --assume-depexts
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou authored and kit-ty-kate committed Dec 3, 2021
1 parent c6c516a commit d8be1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opamArg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ let apply_build_options cli b =
OpamPackage.Name.Set.of_list)
?unlock_base:(flag b.unlock_base)
?locked:(if b.locked then Some (Some b.lock_suffix) else None)
?no_depexts:(flag b.no_depexts || OpamCLIVersion.Op.(cli @= cli2_0))
?no_depexts:(flag (b.no_depexts || OpamCLIVersion.Op.(cli @= cli2_0)))
();
OpamClientConfig.update
?keep_build_dir:(flag b.keep_build_dir)
Expand Down

0 comments on commit d8be1b2

Please sign in to comment.