mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:29:01 +08:00
36e3205c67
The logic for keeping the static or shared libraries according to VCPKG_LIBRARY_LINKAGE was backwards, and it was providing shared libraries when they should have been static, and vice versa.
15 lines
459 B
JSON
15 lines
459 B
JSON
{
|
|
"name": "elfutils",
|
|
"version-string": "0.182",
|
|
"port-version": 2,
|
|
"description": "elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux.",
|
|
"homepage": "https://sourceware.org/elfutils/",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"liblzma",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|