fix for scons with recent buildinfo change
This commit is contained in:
@@ -295,9 +295,12 @@ def buildinfo(lenv, build_type):
|
|||||||
'BUILD_TYPE="%s"'%(build_type),
|
'BUILD_TYPE="%s"'%(build_type),
|
||||||
'BUILD_REV="%s"'%(build_rev),
|
'BUILD_REV="%s"'%(build_rev),
|
||||||
'NAN_BUILDINFO',
|
'NAN_BUILDINFO',
|
||||||
'BUILD_PLATFORM="%s:%s"'%(platform.system(), platform.architecture()[0])])
|
'BUILD_PLATFORM="%s:%s"'%(platform.system(), platform.architecture()[0])])
|
||||||
obj = [lenv.Object (root_build_dir+'source/creator/%s_buildinfo'%build_type,
|
|
||||||
[root_build_dir+'source/creator/buildinfo.c'])]
|
lenv.Append (CPPPATH = [root_build_dir+'source/blender/blenkernel'])
|
||||||
|
|
||||||
|
obj = [lenv.Object (root_build_dir+'source/creator/%s_buildinfo'%build_type, [root_build_dir+'source/creator/buildinfo.c'])]
|
||||||
|
|
||||||
return obj
|
return obj
|
||||||
|
|
||||||
##### END LIB STUFF ############
|
##### END LIB STUFF ############
|
||||||
|
Reference in New Issue
Block a user