shards.eclass: pass CRYSTAL_DEFINES to docs cmd

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-05-21 21:18:29 +05:00
parent e75c73870a
commit a5f49bbc8a

View File

@@ -77,7 +77,7 @@ shards_src_compile() {
done
if use doc; then
ecrystal docs
ecrystal docs "${CRYSTAL_DEFINES[@]}"
HTML_DOCS=( docs/. )
fi