Add compile option to disable fetching of player dependencies

This commit is contained in:
Samantaz Fox
2022-02-07 22:45:08 +01:00
parent 170e754998
commit f73aef33f0
2 changed files with 13 additions and 10 deletions

View File

@@ -62,7 +62,8 @@ test:
crystal spec
verify:
crystal build src/invidious.cr --no-codegen --progress --stats --error-trace
crystal build src/invidious.cr -Ddont_fetch_videojs \
--no-codegen --progress --stats --error-trace
# -----------------------