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>2014-08-29 21:05:14 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-08-29 21:06:11 +0400
commit526ae635d191d0245fc2c0923130ed968891d6a0 (patch)
tree2d201d9399eef6bfd8238b668ce449ee7987b499 /source/creator/CMakeLists.txt
parentcba2e0afa7525f93d1834cc5de6ca659547fdc5a (diff)
Fix T41629: Won't open blend files with non-Latin charasters in the name
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index fbda69225b3..87ba725a046 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -942,7 +942,7 @@ if(WIN32 AND NOT WITH_PYTHON_MODULE)
../icons/winblender.rc
)
add_executable(blender-launcher ${LAUNCHER_SRC})
- target_link_libraries(blender-launcher ${PLATFORM_LINKLIBS})
+ target_link_libraries(blender-launcher bf_intern_utfconv ${PLATFORM_LINKLIBS})
set_target_properties(blender PROPERTIES OUTPUT_NAME blender-app)
set_target_properties(blender-launcher PROPERTIES OUTPUT_NAME blender)