mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-21 18:17:10 +01:00
[zydis] Fix portfile (#11173)
* 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
This commit is contained in:
parent
33b914b3ad
commit
525eb02c28
@ -1,4 +1,4 @@
|
||||
Source: zydis
|
||||
Version: 3.1.0
|
||||
Version: 3.1.0-1
|
||||
Homepage: https://zydis.re
|
||||
Description: Fast and lightweight x86/x86-64 disassembler library.
|
||||
Description: Fast and lightweight x86/x86-64 disassembler library.
|
||||
|
@ -30,6 +30,13 @@ vcpkg_configure_cmake(
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${ZYCORE_SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
file(GLOB EXES ${CURRENT_PACKAGES_DIR}/bin/*.exe ${CURRENT_PACKAGES_DIR}/debug/bin/*.exe)
|
||||
if(EXES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user