Scons/CUDA

* Added missing bitness info to the nvcc_flags. 
This makes sure that the nvcc compiler builds the correct cubins.
This commit is contained in:
Thomas Dinges
2011-12-08 19:16:43 +00:00
parent 7797c1dc42
commit 7c630aac80
3 changed files with 16 additions and 1 deletions

View File

@@ -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!