summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2022-02-07 22:45:08 +0100
committerSamantaz Fox <coding@samantaz.fr>2022-02-07 22:45:08 +0100
commitf73aef33f013d79d59c069c9e6eb5ec1b8c610d9 (patch)
treee29366daba3ec9ee34d914a4c4a23ffa9ade18b0 /Makefile
parent170e75499816af460d76d05ce4d440d37a01e0fb (diff)
downloadinvidious-f73aef33f013d79d59c069c9e6eb5ec1b8c610d9.tar.gz
invidious-f73aef33f013d79d59c069c9e6eb5ec1b8c610d9.tar.bz2
invidious-f73aef33f013d79d59c069c9e6eb5ec1b8c610d9.zip
Add compile option to disable fetching of player dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef6c4e16..a82d76b4 100644
--- a/Makefile
+++ b/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
# -----------------------