mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
x265: fix x86_64 target compile on arm64 hosts
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
parent
eda8422184
commit
282807b1cc
@ -14,5 +14,5 @@ PKG_TOOLCHAIN="make"
|
||||
|
||||
pre_configure_target() {
|
||||
LDFLAGS+=" -ldl"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -G "Unix Makefiles" ./source
|
||||
${CMAKE} -DCMAKE_INSTALL_PREFIX=/usr -G "Unix Makefiles" ./source
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user