mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libplist: force disable swig and cython detection, this fixes #1444
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
98c4691688
commit
f3f584e4da
@ -31,6 +31,8 @@ mkdir -p build && cd build
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLE_PYTHON="OFF" \
|
||||
-DENABLE_CYTHON="OFF" \
|
||||
-DENABLE_SWIG="OFF" \
|
||||
..
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user