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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-10-03 15:33:41 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2006-10-03 15:33:41 +0400
commit859ea2fc0172f82c65e485d5fd94cdd86f2880ef (patch)
treeaaac89b20cbacf63105c952ced4fe3ea9663c8fb /SConstruct
parent9726cdc493ce3a38dd669208eab4fc10ac9526c8 (diff)
* make verse compile with new verse release
* added -src/-dst patch from Emil (on my request - is already in verse CVS)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index df318a526fa..46a563300ec 100644
--- a/SConstruct
+++ b/SConstruct
@@ -116,6 +116,7 @@ if not env:
print "Could not create a build environment"
Exit()
+env.SConscriptChdir(0)
cc = B.arguments.get('CC', None)
cxx = B.arguments.get('CXX', None)
if cc: