mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Revert "Mesa: point to the proper 'llvm-config' file"
This reverts commit 27c9582d35ba608e5d491f3cdd60562eb08ebfd9.
This commit is contained in:
parent
ad61674a11
commit
540ab6fc47
@ -25,7 +25,7 @@
|
||||
get_graphicdrivers
|
||||
|
||||
if [ "$LLVM_SUPPORT" = "yes" ]; then
|
||||
export LLVM_CONFIG="$ROOT/$TOOLCHAIN/bin/llvm-config"
|
||||
export LLVM_CONFIG="$SYSROOT_PREFIX/usr/bin/llvm-config"
|
||||
MESA_GALLIUM_LLVM="--enable-gallium-llvm --with-llvm-shared-libs"
|
||||
else
|
||||
MESA_GALLIUM_LLVM="--disable-gallium-llvm"
|
||||
@ -93,4 +93,4 @@ CXXFLAGS_FOR_BUILD="-I`pwd`/include" \
|
||||
--disable-silent-rules
|
||||
|
||||
make
|
||||
$MAKEINSTALL
|
||||
$MAKEINSTALL
|
Loading…
x
Reference in New Issue
Block a user