mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
[liburing] Set libdevdir (#32159)
This commit is contained in:
parent
7f40cd4c55
commit
1286cac875
@ -13,6 +13,8 @@ vcpkg_from_github(
|
||||
vcpkg_configure_make(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
COPY_SOURCE
|
||||
OPTIONS
|
||||
[[--libdevdir=\${prefix}/lib]] # must match libdir
|
||||
)
|
||||
vcpkg_install_make()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "liburing",
|
||||
"version": "2.3",
|
||||
"port-version": 1,
|
||||
"description": "Linux-native io_uring I/O access library",
|
||||
"homepage": "https://github.com/axboe/liburing",
|
||||
"license": "MIT OR LGPL-2.1 OR GPL-2.0",
|
||||
|
@ -4698,7 +4698,7 @@
|
||||
},
|
||||
"liburing": {
|
||||
"baseline": "2.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libusb": {
|
||||
"baseline": "1.0.26.11791",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c51f4ef4488799a1c1389216ea8f7cec8be14b62",
|
||||
"version": "2.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "0c8b60f54ff0c4e9a0ae2a1a2cbcf72e2cfeaf04",
|
||||
"version": "2.3",
|
||||
|
Loading…
Reference in New Issue
Block a user