mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #6513 from heitbaum/llvm6502
llvm: fix build issue with llvm-config
This commit is contained in:
commit
5bacaec1a2
@ -38,7 +38,8 @@ PKG_CMAKE_OPTS_COMMON="-DLLVM_INCLUDE_TOOLS=ON \
|
|||||||
-DLLVM_APPEND_VC_REV=OFF \
|
-DLLVM_APPEND_VC_REV=OFF \
|
||||||
-DLLVM_ENABLE_RTTI=ON \
|
-DLLVM_ENABLE_RTTI=ON \
|
||||||
-DLLVM_ENABLE_UNWIND_TABLES=OFF \
|
-DLLVM_ENABLE_UNWIND_TABLES=OFF \
|
||||||
-DLLVM_ENABLE_Z3_SOLVER=OFF"
|
-DLLVM_ENABLE_Z3_SOLVER=OFF \
|
||||||
|
-DCMAKE_SKIP_RPATH=ON"
|
||||||
|
|
||||||
pre_configure_host() {
|
pre_configure_host() {
|
||||||
case "${TARGET_ARCH}" in
|
case "${TARGET_ARCH}" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user