mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
llvm: fix passing compile options building target
See https://github.com/LibreELEC/LibreELEC.tv/issues/5486
This commit is contained in:
parent
ec39a9c6c8
commit
e0a1424c62
@ -49,8 +49,6 @@ pre_configure_host() {
|
||||
|
||||
pre_configure_target() {
|
||||
PKG_CMAKE_OPTS_TARGET="${PKG_CMAKE_OPTS_COMMON} \
|
||||
-DCMAKE_C_FLAGS="${CFLAGS}" \
|
||||
-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
|
||||
-DLLVM_TARGET_ARCH="${TARGET_ARCH}" \
|
||||
-DLLVM_TABLEGEN=${TOOLCHAIN}/bin/llvm-tblgen"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user