mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
app-editors/helix: Fixes grammar build with 'debug' USE flag
Closes: https://bugs.gentoo.org/901007 Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -418,7 +418,7 @@ src_compile() {
|
||||
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
|
||||
export HELIX_RUNTIME="${S}/runtime"
|
||||
cargo_src_compile
|
||||
use grammar && ( target/release/hx --grammar build || die )
|
||||
use grammar && ( target/$(usex debug debug release)/hx --grammar build || die )
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user