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>2010-10-19 09:21:28 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-19 09:21:28 +0400
commit62aacd1aa784834ff7688d25142b88506febb27e (patch)
tree710c5e7954a4239078e97af45bbdb3033beb8f1d /build_files/scons/config/aix4-config.py
parent2a89fb887e6e9cc50a30ec67fb9cb3e8b06a59cd (diff)
Set defaults for compile and link flags to lists.
Diffstat (limited to 'build_files/scons/config/aix4-config.py')
-rw-r--r--build_files/scons/config/aix4-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/config/aix4-config.py b/build_files/scons/config/aix4-config.py
index a769f53b35e..2e9a1dc0bf3 100644
--- a/build_files/scons/config/aix4-config.py
+++ b/build_files/scons/config/aix4-config.py
@@ -190,7 +190,7 @@ BF_PROFILE_FLAGS = ['-pg','-g']
BF_PROFILE = 'false'
BF_DEBUG = 'false'
-BF_DEBUG_FLAGS = '-g'
+BF_DEBUG_CCFLAGS = ['-g']
BF_BUILDDIR = '../build/aix4'
BF_INSTALLDIR='../install/aix4'