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:
authorRay Molenkamp <github@lazydodo.com>2020-08-12 19:17:38 +0300
committerRay Molenkamp <github@lazydodo.com>2020-08-12 19:17:38 +0300
commit6a95f05d65b5fc192d9689ca653e5b4e19a50cad (patch)
treedbe88219d972aa68a7c59a8459c9a561a2d9e997 /build_files/build_environment/patches
parent240ac779d585520a7dcea6a623b2e2ae082fb6f1 (diff)
deps_builder: Optionally build boost::python
This this adds the option of building boost::python in the libs builder, in preparation for future dependencies that require it (ie pyopenvdb) disabled by default, can be enabled with the `WITH_BOOST_PYTHON` cmake option. Differential Revision: https://developer.blender.org/D8212 Reviewed by: brecht
Diffstat (limited to 'build_files/build_environment/patches')
-rw-r--r--build_files/build_environment/patches/boost.user.jam.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_files/build_environment/patches/boost.user.jam.in b/build_files/build_environment/patches/boost.user.jam.in
new file mode 100644
index 00000000000..b615b0cafad
--- /dev/null
+++ b/build_files/build_environment/patches/boost.user.jam.in
@@ -0,0 +1,4 @@
+using python : @PYTHON_SHORT_VERSION@ : @PYTHON_BINARY@
+ : @LIBDIR@/python/include @LIBDIR@/python/include/python@PYTHON_SHORT_VERSION@m/
+ : @LIBDIR@/python/libs
+; \ No newline at end of file