summaryrefslogtreecommitdiff
path: root/app-editors/helix/helix-22.12.ebuild
diff options
context:
space:
mode:
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
}