dev-ml/*: change dune invocation

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-07 16:17:44 +02:00
parent 5a5e6c24b8
commit ad929a5ce5
20 changed files with 20 additions and 20 deletions

View File

@@ -131,7 +131,7 @@ src_compile() {
use mirage && pkgs="${pkgs},cohttp-mirage"
use server-lwt-unix && pkgs="${pkgs},cohttp-server-lwt-unix"
use top && pkgs="${pkgs},cohttp-top"
dune build --only-packages "${pkgs}" -j $(makeopts_jobs) --profile release || die
dune build -p "${pkgs}" -j $(makeopts_jobs) || die
}
src_install() {