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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-08-28 19:53:59 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-08-28 19:55:00 +0300
commit9fd0060c0f3458e53b38003d1388f16cb56f45d8 (patch)
tree398b9b6da306cd4554129da4f540a9fcb329429c /build_files/build_environment/CMakeLists.txt
parentc70eb30240f8b5d5a8f2ac509f0eb585936142b5 (diff)
Build environment: Ensure Python is using static ffi
Surely, need to compile ffi first :) Good news are: Python seems static enough now!
Diffstat (limited to 'build_files/build_environment/CMakeLists.txt')
-rw-r--r--build_files/build_environment/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt
index 512d2567754..5270a2e2b3d 100644
--- a/build_files/build_environment/CMakeLists.txt
+++ b/build_files/build_environment/CMakeLists.txt
@@ -139,6 +139,7 @@ endif()
if(UNIX AND NOT APPLE)
include(cmake/bzip2.cmake)
+ include(cmake/ffi.cmake)
include(cmake/lzma.cmake)
include(cmake/ssl.cmake)
include(cmake/sqlite.cmake)