mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add compile option to disable fetching of player dependencies
This commit is contained in:
parent
170e754998
commit
f73aef33f0
2 changed files with 13 additions and 10 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
||||
# -----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue