diff --git a/ports/lief/vcpkg.json b/ports/lief/vcpkg.json index a78eda4cda7242..6c1ffa1efe8649 100644 --- a/ports/lief/vcpkg.json +++ b/ports/lief/vcpkg.json @@ -39,21 +39,21 @@ }, "asm": { "description": "Build LIEF with assembler/disassembler support", - "supports": "!(windows & static)" + "supports": "!(windows & !static)" }, "c-api": { "description": "C API" }, "debug": { "description": "Build LIEF with DWARF/PDB support", - "supports": "!(windows & static)" + "supports": "!(windows & !static)" }, "dex": { "description": "Build LIEF with DEX module" }, "dyld-shared-cache": { "description": "Build LIEF with Dyld shared cache support", - "supports": "!(windows & static)" + "supports": "!(windows & !static)" }, "elf": { "description": "Build LIEF with ELF module" @@ -84,7 +84,7 @@ }, "objc": { "description": "Build LIEF with ObjC metadata support", - "supports": "!(windows & static)" + "supports": "!(windows & !static)" }, "pe": { "description": "Build LIEF with PE module"