mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[libxlsxwriter] Restore pc file fix (#41317)
This commit is contained in:
parent
e64b1efb83
commit
0b63bdd30d
@ -13,3 +13,14 @@ index 0e855c77..36ea4195 100644
|
||||
endif()
|
||||
|
||||
# LIBRARY
|
||||
diff --git a/dev/release/pkg-config.txt b/dev/release/pkg-config.txt
|
||||
index a87d080..fa58047 100644
|
||||
--- a/dev/release/pkg-config.txt
|
||||
+++ b/dev/release/pkg-config.txt
|
||||
@@ -7,4 +7,5 @@ Name: libxlsxwriter
|
||||
Description: A C library for creating Excel XLSX files
|
||||
Version: @VERSION@
|
||||
Cflags: -I${includedir}
|
||||
-Libs: -L${libdir} -lxlsxwriter -lz
|
||||
+Libs: -L${libdir} -lxlsxwriter
|
||||
+Requires.private: minizip zlib
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "libxlsxwriter",
|
||||
"version": "1.1.8",
|
||||
"port-version": 1,
|
||||
"description": "Libxlsxwriter is a C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.",
|
||||
"homepage": "https://github.com/jmcnamara/libxlsxwriter",
|
||||
"license": "BSD-2-Clause",
|
||||
|
@ -5374,7 +5374,7 @@
|
||||
},
|
||||
"libxlsxwriter": {
|
||||
"baseline": "1.1.8",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libxml2": {
|
||||
"baseline": "2.11.9",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "42b31d240d66d5886a4d28123cda5ea9c6f30511",
|
||||
"version": "1.1.8",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "6dbc8a18660a49f799a857cfb2390cc084a22ebf",
|
||||
"version": "1.1.8",
|
||||
|
Loading…
Reference in New Issue
Block a user