Enable Shared library
zen-token:5d917ba5
This commit is contained in:
parent
8505457c66
commit
b47209fa2c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ install_python() {
|
||||||
$(python_build_path) "$version" "$install_path" -p < $patch_file
|
$(python_build_path) "$version" "$install_path" -p < $patch_file
|
||||||
else
|
else
|
||||||
echo "python-build $version $install_path"
|
echo "python-build $version $install_path"
|
||||||
$(python_build_path) "$version" "$install_path"
|
PYTHON_CONFIGURE_OPTS="--enable-shared" $(python_build_path) "$version" "$install_path"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue