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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-09-17 20:40:39 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-09-17 20:40:39 +0300
commit91e87f5cf28c035eca59ab645747d1d2854571a5 (patch)
tree055a8830745e691b6ea857094bb1c6e21212ea2b /build_files/build_environment/cmake/options.cmake
parent731d0d8d0f499d8eb8a21ae12d0d5a6c61f1a37a (diff)
parent39c18c54136323fbf56e667fdb1f1345c7d0f89b (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'build_files/build_environment/cmake/options.cmake')
-rw-r--r--build_files/build_environment/cmake/options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/options.cmake b/build_files/build_environment/cmake/options.cmake
index 7bf971208ae..f3125551972 100644
--- a/build_files/build_environment/cmake/options.cmake
+++ b/build_files/build_environment/cmake/options.cmake
@@ -143,7 +143,7 @@ else()
set(PLATFORM_CXXFLAGS "-std=c++11 -fPIC")
set(PLATFORM_LDFLAGS)
set(PLATFORM_BUILD_TARGET)
- set(PLATFORM_CMAKE_FLAGS)
+ set(PLATFORM_CMAKE_FLAGS -DCMAKE_INSTALL_LIBDIR=lib)
endif()
if(WITH_OPTIMIZED_DEBUG)