mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
makemkv: fix build error
This commit is contained in:
parent
156e8445e0
commit
acde2600ff
@ -0,0 +1,13 @@
|
||||
diff --git a/lib/makefile.linux b/lib/makefile.linux
|
||||
index dedf8cf..5fac196 100644
|
||||
--- a/lib/makefile.linux
|
||||
+++ b/lib/makefile.linux
|
||||
@@ -38,7 +38,7 @@ endif
|
||||
install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
|
||||
|
||||
out/%: out/%.full
|
||||
- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
|
||||
+ $(OBJCOPY) --strip-all --strip-debug --strip-unneeded --discard-all $< $@
|
||||
|
||||
out/libdriveio.so.0.full:
|
||||
mkdir -p out
|
Loading…
x
Reference in New Issue
Block a user