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>2015-04-30 10:55:52 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-04-30 10:55:52 +0300
commit1721d47106aec81406a2714816b202c2a89a9467 (patch)
tree88e72941a0fbafa7c85fc9bd265d845bc6c284c4 /CMakeLists.txt
parentf553aba69f02e69ce218dbfbd99da3b998760c16 (diff)
CMake: Solve compilation error from path with a space
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4724e101603..9c7308e1fc2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1127,7 +1127,7 @@ if(UNIX AND NOT APPLE)
if(WITH_LLVM OR WITH_SDL_DYNLOAD)
# Fix for conflict with Mesa llvmpipe
- set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -Wl,--version-script=${CMAKE_SOURCE_DIR}/source/creator/blender.map")
+ set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -Wl,--version-script='${CMAKE_SOURCE_DIR}/source/creator/blender.map'")
endif()
# OpenSuse needs lutil, ArchLinux not, for now keep, can avoid by using --as-needed