illnyang / nvlax

Future-proof NvENC & NvFBC patcher (Linux/Windows)
GNU General Public License v3.0
159 stars 18 forks source link

Fix Zydis #14

Open ParhamBandarchi opened 2 years ago

ParhamBandarchi commented 2 years ago

Fix Zydis issue which would stop nvlax from being compiled,

tytan652 commented 2 years ago

Replacing this

CPMAddPackage(
        NAME LIEF_SRC
        GIT_TAG master
        GITHUB_REPOSITORY lief-project/LIEF
        DOWNLOAD_ONLY YES
)

by

CPMAddPackage(
        NAME LIEF_SRC
        GIT_TAG b65e7cca03ec4cd91f1d7125e717d01635ea81ba
        GITHUB_REPOSITORY lief-project/LIEF
        DOWNLOAD_ONLY YES
)

does make things work again.