mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[libgxps] Remove folder bin at static build (#40571)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
parent
b90e21b5e7
commit
2b59a097da
@ -1,3 +1,5 @@
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
|
||||
set(LIBGXPS_VERSION 0.3.2)
|
||||
string(SUBSTRING ${LIBGXPS_VERSION} 0 3 MAJOR_MINOR) # e.g. 0.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libgxps",
|
||||
"version": "0.3.2",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "libgxps is a GObject based library for handling and rendering XPS documents.",
|
||||
"homepage": "https://wiki.gnome.org/Projects/libgxps",
|
||||
"dependencies": [
|
||||
|
@ -559,7 +559,6 @@ libgpod:arm-neon-android=fail
|
||||
libgpod:arm64-android=fail
|
||||
libgpod:x64-android=fail
|
||||
libgxps:x64-windows-static=fail
|
||||
libgxps:x64-windows-static-md=fail
|
||||
libhdfs3:arm-neon-android=fail
|
||||
libhdfs3:arm64-android=fail
|
||||
libhdfs3:x64-android=fail
|
||||
|
@ -4550,7 +4550,7 @@
|
||||
},
|
||||
"libgxps": {
|
||||
"baseline": "0.3.2",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"libharu": {
|
||||
"baseline": "2.4.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0d7868dcc67d11cb79d70af08389d9e14506caa9",
|
||||
"version": "0.3.2",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "4bd19a44fc8b5aeb7ab850a2ce231761cee0fc2e",
|
||||
"version": "0.3.2",
|
||||
|
Loading…
Reference in New Issue
Block a user