Skip to content

Commit

Permalink
fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug committed Dec 10, 2024
1 parent b7660e3 commit 6eff159
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ports/lief/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6eff159

Please sign in to comment.