Merge pull request #9774 from chewitt/x265

x265: fix x86_64 target compile on arm64 hosts
This commit is contained in:
CvH 2025-02-08 18:01:09 +01:00 committed by GitHub
commit e60bb12328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}