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:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 48397347073..03e61cd06b6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -142,7 +142,6 @@ if not env:
print "Could not create a build environment"
Exit()
-
cc = B.arguments.get('CC', None)
cxx = B.arguments.get('CXX', None)
if cc: