From 9fd0060c0f3458e53b38003d1388f16cb56f45d8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 28 Aug 2018 18:53:59 +0200 Subject: Build environment: Ensure Python is using static ffi Surely, need to compile ffi first :) Good news are: Python seems static enough now! --- build_files/build_environment/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'build_files/build_environment/CMakeLists.txt') 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) -- cgit v1.2.3