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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-10-06 16:54:35 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-10-06 16:54:58 +0400
commita9521c428eeacd7fa05ee60badf4d04361787252 (patch)
tree702e4824b897069d10780694cb4bd53b5938b062
parent81c4c295041b72986efe4427fa3587a1d62c3ee6 (diff)
Correction for wrong ifdef in creator
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 9d1ef49d969..458afb2d131 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1604,7 +1604,7 @@ int main(
#ifdef WITH_LIBMV
libmv_initLogging(argv[0]);
-#elif defined(WITH_CYCLES_DEBUG)
+#elif defined(WITH_CYCLES_LOGGING)
CCL_init_logging(argv[0]);
#endif