Skip to content

Commit

Permalink
[coq] Use DuneExtraction as the dummy wrapper name
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed Mar 27, 2020
1 parent 5a22ae3 commit 36f2e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune/coq_rules.ml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ let extract_rules ~sctx ~build_dir ~dir ~dir_contents
let coq = Dir_contents.coq dir_contents in
Coq_sources.extract coq s
in
let wrapper_name = "dummy" in
let wrapper_name = "DuneExtraction" in
let lib_db = Scope.libs scope in
let ml_flags, mlpack_rule =
setup_ml_deps ~lib_db s.buildable.libraries theories_deps
Expand Down

0 comments on commit 36f2e8e

Please sign in to comment.