summaryrefslogtreecommitdiff
path: root/app-editors/helix/helix-22.12.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 06:26:48 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 06:26:48 +0000
commit2e0bf408961ec1023d3db1fc5d687c233661ac26 (patch)
tree96c6e46af3c356d1fb470acdf72ada482bb293f8 /app-editors/helix/helix-22.12.ebuild
parent48dbe17904ac8ee6f006488d8f21734b0d253db4 (diff)
gentoo auto-resync : 17:03:2023 - 06:26:48
Diffstat (limited to 'app-editors/helix/helix-22.12.ebuild')
-rw-r--r--app-editors/helix/helix-22.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/helix/helix-22.12.ebuild b/app-editors/helix/helix-22.12.ebuild
index 102a5d9c2aff..7c0fddeac603 100644
--- a/app-editors/helix/helix-22.12.ebuild
+++ b/app-editors/helix/helix-22.12.ebuild
@@ -434,7 +434,7 @@ src_compile() {
cargo_src_compile
if use grammar; then
- target/release/hx --grammar build || die
+ target/$(usex debug debug release)/hx --grammar build || die
fi
}