Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 932626
Collapse All | Expand All

(-)a/eclass/tree-sitter-grammar.eclass (+1 lines)
Lines 163-168 tree-sitter-grammar_src_compile() { Link Here
163
	if [[ -f "${S}/pyproject.toml" ]]; then
163
	if [[ -f "${S}/pyproject.toml" ]]; then
164
		sed -e "/SONAME_MINOR :=/s/:=.*$/:= $(_get_tsg_abi_ver)/" -i "${S}/Makefile" || die
164
		sed -e "/SONAME_MINOR :=/s/:=.*$/:= $(_get_tsg_abi_ver)/" -i "${S}/Makefile" || die
165
		emake \
165
		emake \
166
			CC="$(tc-getCC)" \
166
			STRIP="" \
167
			STRIP="" \
167
			PREFIX="${EPREFIX}/usr" \
168
			PREFIX="${EPREFIX}/usr" \
168
			LIBDIR="${EPREFIX}/usr/$(get_libdir)"
169
			LIBDIR="${EPREFIX}/usr/$(get_libdir)"

Return to bug 932626