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:
authorThomas Dinges <blender@dingto.org>2011-12-08 23:16:43 +0400
committerThomas Dinges <blender@dingto.org>2011-12-08 23:16:43 +0400
commit7c630aac80d6326bd5dd569bce343e386123fdac (patch)
treefb8531f617974066376f602ca7f8b244256635ce /build_files
parent7797c1dc424b1f772f23a3b8730a8374012d8c8b (diff)
Scons/CUDA
* Added missing bitness info to the nvcc_flags. This makes sure that the nvcc compiler builds the correct cubins.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/tools/Blender.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py
index 8e431d8f43c..e9195fe207d 100644
--- a/build_files/scons/tools/Blender.py
+++ b/build_files/scons/tools/Blender.py
@@ -50,6 +50,7 @@ program_list = [] # A list holding Nodes to final binaries, used to create insta
arguments = None
targets = None
resources = []
+bitness = 0
#some internals
blenderdeps = [] # don't manipulate this one outside this module!