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

@@ -31,7 +31,7 @@ src_compile() {
use async && pkgs="${pkgs},angstrom-async"
use unix && pkgs="${pkgs},angstrom-unix"
use lwt-unix && pkgs="${pkgs},angstrom-lwt-unix"
dune build --only-packages "${pkgs}" -j $(makeopts_jobs) --profile release || die
dune build -p "${pkgs}" -j $(makeopts_jobs) || die
}
src_install() {