Revision: 44815
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44815
Author:   nazgul
Date:     2012-03-11 20:01:26 +0000 (Sun, 11 Mar 2012)
Log Message:
-----------
Port changes from libmv/CMakeLists.txt to build rules files generator script

Modified Paths:
--------------
    trunk/blender/extern/libmv/bundle.sh

Modified: trunk/blender/extern/libmv/bundle.sh
===================================================================
--- trunk/blender/extern/libmv/bundle.sh        2012-03-11 19:58:56 UTC (rev 
44814)
+++ trunk/blender/extern/libmv/bundle.sh        2012-03-11 20:01:26 UTC (rev 
44815)
@@ -129,6 +129,9 @@
 set(INC_SYS
        \${PNG_INCLUDE_DIR}
        \${ZLIB_INCLUDE_DIRS}
+       if(\${CMAKE_OSX_DEPLOYMENT_TARGET} STREQUAL "10.6") # this is a 
momentary hack to find unwind.h in 10.6.sdk
+               
\${CMAKE_OSX_SYSROOT}/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1/include
+       endif()
 )
 
 set(SRC

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to