mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Mesa: point to the proper 'llvm-config' file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
764ee03db5
commit
27c9582d35
@ -25,7 +25,7 @@
|
|||||||
get_graphicdrivers
|
get_graphicdrivers
|
||||||
|
|
||||||
if [ "$LLVM_SUPPORT" = "yes" ]; then
|
if [ "$LLVM_SUPPORT" = "yes" ]; then
|
||||||
export LLVM_CONFIG="$SYSROOT_PREFIX/usr/bin/llvm-config"
|
export LLVM_CONFIG="$ROOT/$TOOLCHAIN/bin/llvm-config"
|
||||||
MESA_GALLIUM_LLVM="--enable-gallium-llvm --with-llvm-shared-libs"
|
MESA_GALLIUM_LLVM="--enable-gallium-llvm --with-llvm-shared-libs"
|
||||||
else
|
else
|
||||||
MESA_GALLIUM_LLVM="--disable-gallium-llvm"
|
MESA_GALLIUM_LLVM="--disable-gallium-llvm"
|
||||||
@ -93,4 +93,4 @@ CXXFLAGS_FOR_BUILD="-I`pwd`/include" \
|
|||||||
--disable-silent-rules
|
--disable-silent-rules
|
||||||
|
|
||||||
make
|
make
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user