mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
12 lines
204 B
Diff
12 lines
204 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -53,7 +53,7 @@
|
|
|
|
### Libraries
|
|
|
|
-LIBS = $(shell curl-config --libs)
|
|
+LIBS = $(shell pkg-config --libs libcurl)
|
|
|
|
### Includes and Defines (add further entries here):
|
|
|