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:
authorAntony Riakiotakis <kalast@gmail.com>2015-04-30 16:18:02 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-04-30 16:18:02 +0300
commit02a76aa76513bd83667ed585d11bbbaba995e830 (patch)
treececb57db7702398ee728d83b5227692cdd892b11 /CMakeLists.txt
parentb063b2e265449a034668651e6ba3b9fa0a302718 (diff)
parent5dd63a977f358653ec8f06056b288d8bd59fd9e2 (diff)
Merge branch 'master' into gooseberry
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 4d65520bc07..ff7c10f785c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1137,7 +1137,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()
if(WITH_ALEMBIC)