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:
-rwxr-xr-xtools/btools.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 037af445583..7d6a679905e 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -260,6 +260,9 @@ def read_opts(cfg, args):
('BF_BUILDDIR', 'Build dir', ''),
('BF_INSTALLDIR', 'Installation dir', ''),
+ ('CC', 'C compiler to use', ''),
+ ('CXX', 'C++ compiler to use', ''),
+
(BoolOption('BF_BUILDINFO', 'Buildtime in splash if true', 'true'))
) # end of opts.AddOptions()