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 'config/darwin-config.py')
-rw-r--r--config/darwin-config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index b2b0b74435c..36f2949af53 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -128,6 +128,8 @@ REL_CCFLAGS = ['-O2']
##ARFLAGS = ruv
##ARFLAGSQUIET = ru
##
+CC = 'gcc'
+CXX = 'g++'
C_WARN = ' -Wall -Wno-long-double'
CC_WARN = ' -Wall -Wno-long-double'