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
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-05-13 02:30:34 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-05-13 02:30:34 +0400
commit4dba8307f2b613ade25be4117fd374575a27aab5 (patch)
treeeca2772c58c3e2dc21896efeacd25d625fc2391d /extern/libmv/bundle.sh
parent32faec1a53fdc557dd7c74465d9d1d0c0c17cdb0 (diff)
Compilation fix for recent commit.
Diffstat (limited to 'extern/libmv/bundle.sh')
-rwxr-xr-xextern/libmv/bundle.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh
index 4a52cf2fd18..16fb754d30a 100755
--- a/extern/libmv/bundle.sh
+++ b/extern/libmv/bundle.sh
@@ -233,6 +233,7 @@ import os
Import('env')
defs = []
+incs = '.'
if env['WITH_BF_LIBMV']:
defs.append('GOOGLE_GLOG_DLL_DECL=')
@@ -241,7 +242,7 @@ if env['WITH_BF_LIBMV']:
src = env.Glob("libmv-capi.cc")
$src
- incs = '. ../Eigen3 third_party/ceres/include'
+ incs += ' ../Eigen3 third_party/ceres/include'
incs += ' ' + env['BF_PNG_INC']
incs += ' ' + env['BF_ZLIB_INC']