aboutsummaryrefslogtreecommitdiff
path: root/ports/zydis
AgeCommit message (Collapse)Author
2020-05-11[zydis] Fix portfile (#11173)Pelanyo Kamara
* Updated zydis portfile.cmake Fixed issue with Zycore includes being in the wrong place. * Increase zydis package version number * Change version to fit CONTROL spec
2020-03-02[zydis] Update to v3.1.0 (#8426)Joel Höner
* [zydis] Update to v3.0.0 Since v3.0.0 now depends on the internal zycore library via a submodule, I had to replace `vcpkg_from_github` with `vcpkg_download_distfile` * [zydis] Switch to vcpkg_from_github * Update Zydis to v3.1.0 Also, set `ZYDIS_ZYCORE_PATH` instead of moving the Zycore sources.
2019-06-12[zydis] Add new port (#6861)NancyLi1013