[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52282] trunk/blender/SConstruct: Remove the abs.

jens verwiebe info at jensverwiebe.de
Fri Nov 16 16:09:38 CET 2012


Revision: 52282
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52282
Author:   jensverwiebe
Date:     2012-11-16 15:09:38 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
Remove the abs. pathes from last commit, a bit too much of the goodness..

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

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2012-11-16 15:05:20 UTC (rev 52281)
+++ trunk/blender/SConstruct	2012-11-16 15:09:38 UTC (rev 52282)
@@ -308,8 +308,8 @@
 
     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 /Volumes/Workdata/Blender/Development/lib/darwin-9.x.universal/osl/lib/liboslexec.a','-loslquery'])
-        env.Append(BF_PROGRAM_LINKFLAGS=['-loslcomp','-force_load','/Volumes/Workdata/Blender/Development/lib/darwin-9.x.universal/osl/lib/liboslexec.a'])
+        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','-force_load','../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