[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48732] branches/smoke2/intern/smoke/ SConscript: Fix compile error with scons and without openmp

Daniel Genrich daniel.genrich at gmx.net
Sun Jul 8 18:18:16 CEST 2012


Revision: 48732
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48732
Author:   genscher
Date:     2012-07-08 16:18:15 +0000 (Sun, 08 Jul 2012)
Log Message:
-----------
Fix compile error with scons and without openmp

Modified Paths:
--------------
    branches/smoke2/intern/smoke/SConscript

Modified: branches/smoke2/intern/smoke/SConscript
===================================================================
--- branches/smoke2/intern/smoke/SConscript	2012-07-08 15:55:58 UTC (rev 48731)
+++ branches/smoke2/intern/smoke/SConscript	2012-07-08 16:18:15 UTC (rev 48732)
@@ -9,9 +9,8 @@
 if env['WITH_BF_OPENMP']:
     if env['OURPLATFORM'] == 'linuxcross':
         incs += ' ' + env['BF_OPENMP_INC']
+		defs += ' PARALLEL=1'
 
-defs += ' PARALLEL=1'
-
 incs += ' ' + env['BF_PNG_INC'] + ' ' + env['BF_ZLIB_INC'] 
 incs += ' intern ../memutil ../guardealloc ../../extern/Eigen3 '
 




More information about the Bf-blender-cvs mailing list