[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29633] branches/soc-2010-jwilkins/source/ blender/editors/sculpt_paint/SConscript: <Uncle_Entity> phoenix_: needed this to get cross-compile working -> http://www.pasteall.org/13946/ diff -- still has a linking error though (can't find -lgomp)

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Jun 23 04:40:33 CEST 2010


Revision: 29633
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29633
Author:   jwilkins
Date:     2010-06-23 04:40:30 +0200 (Wed, 23 Jun 2010)

Log Message:
-----------
<Uncle_Entity> phoenix_: needed this to get cross-compile working -> http://www.pasteall.org/13946/diff -- still has a linking error though (can't find -lgomp)

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/SConscript

Modified: branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/SConscript
===================================================================
--- branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/SConscript	2010-06-22 21:31:26 UTC (rev 29632)
+++ branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/SConscript	2010-06-23 02:40:30 UTC (rev 29633)
@@ -12,6 +12,10 @@
 	cflags='-pthread'
     	incs += ' ../../../extern/binreloc/include'
 
+if env['OURPLATFORM'] == 'linuxcross':
+    if env['WITH_BF_OPENMP']:
+        incs += ' ' + env['BF_OPENMP_INC']
+
 if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
 	incs += ' ' + env['BF_PTHREADS_INC']
 





More information about the Bf-blender-cvs mailing list