mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
shards.eclass: pass CRYSTAL_DEFINES to docs cmd
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -77,7 +77,7 @@ shards_src_compile() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
if use doc; then
|
if use doc; then
|
||||||
ecrystal docs
|
ecrystal docs "${CRYSTAL_DEFINES[@]}"
|
||||||
HTML_DOCS=( docs/. )
|
HTML_DOCS=( docs/. )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user