Deps: Fix wrong LLVM prefix used for Mesa

It made it Mesa to be compiled with swrast rather than with llvmpipe.
This commit is contained in:
Sergey Sharybin 2019-10-09 12:51:31 +02:00
parent decdd70dfd
commit e0231b14d5
1 changed files with 1 additions and 1 deletions

View File

@ -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