Revert "Remove patch no longer needed"

This reverts commit 621ee05925.
This commit is contained in:
Luis Ángel San Martín Rodríguez
2022-10-01 09:53:31 +02:00
parent f6dc6ac232
commit 065f0456a8
2 changed files with 307 additions and 0 deletions

View File

@ -13,6 +13,8 @@ exists (../compressed_archive/lib7zip) {
unix {
exists (../compressed_archive/libp7zip) {
message(Found p7zip source code...)
#this is probably only needed in macos
system(patch -N -p0 -i libp7zip.patch)
} else {
error(You\'ll need 7zip source code to compile YACReader. \
Please check the compressed_archive folder for further instructions.)