mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-ml/*: change dune invocation
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user