Python: cleanup unneded options

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-03-10 07:50:29 +01:00
parent 2c85f4739a
commit 0e25df0a53

View File

@ -99,8 +99,6 @@ makeinstall_host() {
pre_configure_target() {
export PYTHON_FOR_BUILD=$ROOT/$TOOLCHAIN/bin/python
export BLDSHARED="$CC -shared"
export RUNSHARED="LD_LIBRARY_PATH=$ROOT/$TOOLCHAIN/lib:$LD_LIBRARY_PATH"
}
make_target() {