mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:11:37 +08:00
Fixed build.
This commit is contained in:
parent
a9e0110664
commit
63622e6c3d
@ -15,7 +15,7 @@ vcpkg_extract_source_archive(
|
||||
if (VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
|
||||
vcpkg_msbuild_install(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
PROJECT_SUBPATH "msvscpp/libvhdi.sln"
|
||||
PROJECT_SUBPATH "msvscpp/libvhdi/libvhdi.vcproj"
|
||||
)
|
||||
else()
|
||||
vcpkg_configure_make(
|
||||
@ -35,4 +35,4 @@ vcpkg_install_copyright(
|
||||
FILE_LIST "${SOURCE_PATH}/COPYING"
|
||||
)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_copy_pdbs()
|
||||
|
@ -1,18 +1,19 @@
|
||||
{
|
||||
"name": "libvhdi",
|
||||
"version": "20231127",
|
||||
"description": "Library and tools to access the Virtual Hard Disk (VHD) image format ",
|
||||
"homepage": "https://github.com/libyal/libvhdi",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "gettext",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-msbuild",
|
||||
"host": true,
|
||||
"platform": "windows"
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"name": "libvhdi",
|
||||
"version": "20231127",
|
||||
"description": "Library and tools to access the Virtual Hard Disk (VHD) image format ",
|
||||
"homepage": "https://github.com/libyal/libvhdi",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"gettext",
|
||||
{
|
||||
"name": "gettext",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-msbuild",
|
||||
"host": true,
|
||||
"platform": "windows"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user