mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 19:56:43 +00:00
Python: remove libdir from config script, because it is also used for host builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
630a8d00b5
commit
a31267bee1
@ -6,7 +6,7 @@ case $1 in
|
|||||||
--includes) echo "-I%PREFIX%/include/python2.6" ;;
|
--includes) echo "-I%PREFIX%/include/python2.6" ;;
|
||||||
--libs) echo "-lpthread -ldl -lutil -lm -lpython2.6" ;;
|
--libs) echo "-lpthread -ldl -lutil -lm -lpython2.6" ;;
|
||||||
--cflags) echo "-I%PREFIX%/include/python2.6 -DNDEBUG %CFLAGS%" ;;
|
--cflags) echo "-I%PREFIX%/include/python2.6 -DNDEBUG %CFLAGS%" ;;
|
||||||
--ldflags) echo "-L%PREFIX%/lib -lpthread -ldl -lutil -lm -lpython2.6" ;;
|
--ldflags) echo "-lpthread -ldl -lutil -lm -lpython2.6" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user