mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
x265: fix cross compiled builds
use ${CMAKE} not cmake to build so as to use CMAKE_TOOLCHAIN_FILE and target the correct TARGET architecture.
This commit is contained in:
parent
dc6af0f805
commit
27c85c69f6
@ -14,5 +14,5 @@ PKG_TOOLCHAIN="make"
|
|||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
LDFLAGS+=" -ldl"
|
LDFLAGS+=" -ldl"
|
||||||
${CMAKE} -DCMAKE_INSTALL_PREFIX=/usr -G "Unix Makefiles" ./source
|
${CMAKE} -G "Unix Makefiles" ./source
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user