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:
authorCampbell Barton <ideasman42@gmail.com>2012-09-17 08:08:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-17 08:08:36 +0400
commit00c37e1ff62e5924b39b25861e8dbd96f9aa85b4 (patch)
tree5868cc6e464c5be5e966b0f5ef946c48b2618bf5 /extern/libmv/third_party/ceres/bundle.sh
parent3cae9ca04353c33eb940ba2dccefe9b69d9e0ae7 (diff)
code cleanup: correct include paths and comment
Diffstat (limited to 'extern/libmv/third_party/ceres/bundle.sh')
-rwxr-xr-xextern/libmv/third_party/ceres/bundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/libmv/third_party/ceres/bundle.sh b/extern/libmv/third_party/ceres/bundle.sh
index a502c3f4453..902fce5f398 100755
--- a/extern/libmv/third_party/ceres/bundle.sh
+++ b/extern/libmv/third_party/ceres/bundle.sh
@@ -145,7 +145,7 @@ if(WIN32)
if(NOT MINGW)
list(APPEND INC
- third_party/msinttypes
+ ../msinttypes
)
endif()
else()