diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-07 10:36:50 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-07 10:37:02 -0400 |
commit | 05111f648ef3afc8f53b2326318f20f1e85fb31f (patch) | |
tree | d7ff1ae5a8ec61deedd128af227adf84ec09ba74 /org/config_make.org | |
parent | .envrc-nix info (diff) |
dub (dlang) prefer dub run to dub build
Diffstat (limited to 'org/config_make.org')
-rw-r--r-- | org/config_make.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/config_make.org b/org/config_make.org index abae71c..3806db0 100644 --- a/org/config_make.org +++ b/org/config_make.org @@ -164,7 +164,7 @@ buildPhase: exit 1; \ fi; \ echo "$${DC_} used as D compiler to build $${pname}"; \ - dub build --compiler=$${DC} --build=$${DC_} --combined --skip-registry=all; + dub run --compiler=$${DC} --build=$${DC_} --combined --skip-registry=all; checkPhase: runHook preCheck; \ |