Merge pull request #9094 from heitbaum/x265

x265: fix cross compiled builds
This commit is contained in:
CvH 2024-07-15 16:59:15 +02:00 committed by GitHub
commit 0bc8f77140
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} -G "Unix Makefiles" ./source
}