mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:54:46 +08:00
[polyhook2] fix core feature (#33324)
This commit is contained in:
parent
fd6f4857d6
commit
e36a5c08dd
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "polyhook2",
|
||||
"version-date": "2023-05-16",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "C++17, x86/x64 Hooking Library v2.0",
|
||||
"homepage": "https://github.com/stevemk14ebr/PolyHook_2_0",
|
||||
"license": "MIT",
|
||||
@ -14,7 +14,8 @@
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
},
|
||||
"zydis"
|
||||
],
|
||||
"default-features": [
|
||||
"detours",
|
||||
@ -28,8 +29,7 @@
|
||||
"description": "Implement detour functionality",
|
||||
"dependencies": [
|
||||
"asmjit",
|
||||
"asmtk",
|
||||
"zydis"
|
||||
"asmtk"
|
||||
]
|
||||
},
|
||||
"exception": {
|
||||
|
@ -6462,7 +6462,7 @@
|
||||
},
|
||||
"polyhook2": {
|
||||
"baseline": "2023-05-16",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"polymorphic-value": {
|
||||
"baseline": "1.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "def3f21d5fdcf75184eff747c70e7dcf5be18517",
|
||||
"version-date": "2023-05-16",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "4d6b2480d856d0e6009923d176fb68392e201ac8",
|
||||
"version-date": "2023-05-16",
|
||||
|
Loading…
x
Reference in New Issue
Block a user