Commit Graph

15 Commits

Author SHA1 Message Date
Samantaz Fox
ad9ba381e3
Crystal: Force using PCRE (legacy) for cross-compilation
PCRE2 support was added in Crystal v1.7.0, and used by default
in Crystal v1.8.0.

As we don't want to have to guess what version of the PCRE was
used on the build host, force the use of the legacy version until
we drop support for older versions of Crystal.
2024-11-10 18:12:42 +01:00
Samantaz Fox
7d262f19ec
Makefile: Add cross-compilation targets 2024-11-10 18:12:42 +01:00
Samantaz Fox
f51a3b8d2b
Makefile: Add MT option to enable the 'preview_mt' flag 2024-10-09 18:37:08 +02:00
syeopite
a8ba02051b
Remove(?) lsquic from make and docker files 2023-07-26 07:25:19 -07:00
Orville
507bed6313
Workaround for https://github.com/iv-org/invidious/issues/3909 (#3967) 2023-07-05 13:13:05 +00:00
Samantaz Fox
867d488931
Makefile: Add API_ONLY variable 2023-06-08 23:45:11 +02:00
Samantaz Fox
84cd4d6a5b
Makefile: disable QUIC by default (#3367) 2022-10-30 12:58:23 +00:00
Samantaz Fox
253256bf37
Clean make help
Forgot to mute the echo commands :X
2022-02-23 00:18:48 +01:00
Samantaz Fox
492d1144e0
Apply changes from code review 2022-02-08 03:05:49 +01:00
Samantaz Fox
f73aef33f0
Add compile option to disable fetching of player dependencies 2022-02-07 22:45:08 +01:00
Samantaz Fox
0749baae4b
Makefile: Fix 'STATIC' in help message
Fix description (typo) and default value
2022-01-26 13:24:40 +01:00
Samantaz Fox
4f219362fe
Also fix DISABLE_QUIC declaration 2022-01-04 01:47:41 +01:00
Samantaz Fox
c427444946
Flag to disable QUIC should be 'disable_quic' 2022-01-04 01:46:07 +01:00
Samantaz Fox
6a204753c0
Fix typo 2021-11-15 23:36:52 +01:00
Samantaz Fox
19bb26a789
Add a makefile 2021-11-15 23:08:48 +01:00