mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Mesa: point to the proper 'llvm-config' file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
get_graphicdrivers
|
||||
|
||||
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"
|
||||
else
|
||||
MESA_GALLIUM_LLVM="--disable-gallium-llvm"
|
||||
@@ -93,4 +93,4 @@ CXXFLAGS_FOR_BUILD="-I`pwd`/include" \
|
||||
--disable-silent-rules
|
||||
|
||||
make
|
||||
$MAKEINSTALL
|
||||
$MAKEINSTALL
|
||||
|
||||
Reference in New Issue
Block a user