Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2018-09-07 21:22:57 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-09-07 21:22:57 +0300
commitb75ebd087726fb16b6f2cf93c0d87870599557a0 (patch)
treee43a6740545fd02fbaa1cffbdb7464cabad994f0 /build_files
parentf440fdec84453a3dec6f6d6cdff594cf825b3d7b (diff)
parent1d0e15c9117b31d458ad40d83c4dfc257f8829d9 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 8f7b0c41fd3..a1167d75472 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -2772,6 +2772,7 @@ install_DEB() {
fi
if $_do_compile_python; then
+ install_packages_DEB libffi-dev
compile_Python
PRINT ""
if [ "$NUMPY_SKIP" = true ]; then
@@ -3310,6 +3311,7 @@ install_RPM() {
fi
if [ "$_do_compile_python" = true ]; then
+ install_packages_RPM libffi-devel
compile_Python
PRINT ""
if [ "$NUMPY_SKIP" = true ]; then
@@ -3739,6 +3741,7 @@ install_ARCH() {
fi
if [ "$_do_compile_python" = true ]; then
+ install_packages_ARCH libffi
compile_Python
PRINT ""
if [ "$NUMPY_SKIP" = true ]; then