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:
authorCampbell Barton <campbell@blender.org>2022-05-31 11:08:31 +0300
committerCampbell Barton <campbell@blender.org>2022-05-31 11:18:24 +0300
commite82141b6b4aa14f532da9fae5fb7866b61b496f3 (patch)
tree83208ea7922039229c20b422e9a742eca63f5f90 /source/blender/editors/space_image
parent247ceca6292f92d82cb5ecbfb2b2a2a489b5523a (diff)
Do not provide python libraries for linking if building python module
When building blender as a python module, such as for inclusion in a wheel, it is not permitted to link against python libraries. This diff does so by simply unsetting the library when building blender as a python module, instead of the more heavyweight solution of switching to the cmake FindPython module. Reviewed By: LazyDodo, campbellbarton Ref D15012
Diffstat (limited to 'source/blender/editors/space_image')
0 files changed, 0 insertions, 0 deletions