[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52300] trunk/blender/SConstruct: OSX/ scons: little cleanup to BF_PROGRAM_LINKFLAGS

jens verwiebe info at jensverwiebe.de
Sat Nov 17 13:09:55 CET 2012


Revision: 52300
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52300
Author:   jensverwiebe
Date:     2012-11-17 12:09:50 +0000 (Sat, 17 Nov 2012)
Log Message:
-----------
OSX/scons: little cleanup to BF_PROGRAM_LINKFLAGS

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2012-11-17 11:57:10 UTC (rev 52299)
+++ trunk/blender/SConstruct	2012-11-17 12:09:50 UTC (rev 52300)
@@ -309,7 +309,7 @@
     if env['WITH_BF_CYCLES_OSL'] == 1:
         # this is kinda hardcoded atm due not understood path issues, also look that we need 2 variants of passing the oslexec with the force_load option, why ?
         env.Append(LINKFLAGS=['-L../lib/darwin-9.x.universal/osl/lib','-loslcomp','-force_load ../lib/darwin-9.x.universal/osl/lib/liboslexec.a','-loslquery'])
-        env.Append(BF_PROGRAM_LINKFLAGS=['-loslcomp','-Xlinker','-force_load','-Xlinker','../lib/darwin-9.x.universal/osl/lib/liboslexec.a'])
+        env.Append(BF_PROGRAM_LINKFLAGS=['-Xlinker','-force_load','-Xlinker','../lib/darwin-9.x.universal/osl/lib/liboslexec.a'])
 			
 if env['WITH_BF_OPENMP'] == 1:
         if env['OURPLATFORM'] in ('win32-vc', 'win64-vc'):




More information about the Bf-blender-cvs mailing list