Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2012-03-11 15:23:30 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-03-11 15:23:30 +0400
commit2382afa968afa338bbbc3f2e615c847e5ddbc770 (patch)
tree621ea8190b1c1b6bc693a528c65d470833396e6f /extern
parent7fa7e4ba1faf7a122f99a683c04935e01725061c (diff)
OSX/libmv: added a ahck to fix compiling with 10.6.sdk, unwind.h related
Diffstat (limited to 'extern')
-rw-r--r--extern/libmv/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/extern/libmv/CMakeLists.txt b/extern/libmv/CMakeLists.txt
index 73c2baa0207..db788059800 100644
--- a/extern/libmv/CMakeLists.txt
+++ b/extern/libmv/CMakeLists.txt
@@ -37,6 +37,9 @@ set(INC
set(INC_SYS
${PNG_INCLUDE_DIR}
${ZLIB_INCLUDE_DIRS}
+ if(APPLE) # 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