0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-05 20:57:58 +00:00
Matthias Reichl 3f160d6a8c dvb-apps: add patch to disable building tests
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:27 +01:00

12 lines
246 B
Diff

diff -ru a/Makefile b/Makefile
--- a/Makefile 2014-03-21 20:26:36.000000000 +0100
+++ b/Makefile 2022-12-04 20:52:52.827027541 +0100
@@ -10,7 +10,6 @@
all clean install:
$(MAKE) -C lib $@
- $(MAKE) -C test $@
$(MAKE) -C util $@
update: