libplist: force disable swig and cython detection, this fixes #1444

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-11-07 10:41:11 +01:00
parent 98c4691688
commit f3f584e4da

View File

@ -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