[Bf-blender-cvs] [e0231b14d5a] master: Deps: Fix wrong LLVM prefix used for Mesa

Sergey Sharybin noreply at git.blender.org
Wed Oct 9 12:51:56 CEST 2019


Commit: e0231b14d5a25277acb0fa9e23fa8d58fbd9fc05
Author: Sergey Sharybin
Date:   Wed Oct 9 12:51:31 2019 +0200
Branches: master
https://developer.blender.org/rBe0231b14d5a25277acb0fa9e23fa8d58fbd9fc05

Deps: Fix wrong LLVM prefix used for Mesa

It made it Mesa to be compiled with swrast rather than with llvmpipe.

===================================================================

M	build_files/build_environment/cmake/mesa.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/mesa.cmake b/build_files/build_environment/cmake/mesa.cmake
index 77fd8953fa0..6994d1c5813 100644
--- a/build_files/build_environment/cmake/mesa.cmake
+++ b/build_files/build_environment/cmake/mesa.cmake
@@ -32,7 +32,7 @@ set(MESA_EXTRA_FLAGS
   --disable-gles1
   --disable-gles2
   --disable-llvm-shared-libs
-  --with-llvm-prefix=${LIBDIR}/llvm/lib
+  --with-llvm-prefix=${LIBDIR}/llvm
 )
 
 ExternalProject_Add(external_mesa



More information about the Bf-blender-cvs mailing list