crystal-utils.eclass: introduce mycrystalargs

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-09 12:32:49 +05:00
parent b7ffda32dc
commit 2946a0ea45
2 changed files with 19 additions and 2 deletions

View File

@@ -64,7 +64,6 @@ shards_src_configure() {
}
# @FUNCTION: shards_src_compile
# @USAGE: [<args>...]
# @DESCRIPTION:
# General function for building packages using Shards.
shards_src_compile() {
@@ -73,7 +72,6 @@ shards_src_compile() {
local build_args=(
--threads=$(makeopts_jobs)
--verbose
"${@}"
)
if gshards-has-targets; then