Switch jbuilder in library names

This commit is contained in:
Rudi Grinberg 2018-04-11 23:50:23 +07:00
parent 320154ef87
commit 9673d4eaf9
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ invoke it as an executable and tell dune about the targets that it produces:
(executable (executable
((name discover) ((name discover)
(libraries (dune.configurator)))) (libraries (jbuilder.configurator))))
(rule (rule
((targets (config.h)) ((targets (config.h))
@ -97,7 +97,7 @@ The following steps must be taken to transition from the old configurator:
* Mentions of the ``configurator`` opam package should be removed * Mentions of the ``configurator`` opam package should be removed
* The library name ``configurator`` should be changed ``dune.configurator`` * The library name ``configurator`` should be changed ``jbuilder.configurator``
* The ``-ocamlc`` flag in rules that run configurator scripts should be removed. * The ``-ocamlc`` flag in rules that run configurator scripts should be removed.
This information is now passed automatically by dune. This information is now passed automatically by dune.