mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
[cyrus-sasl] Fix path typo (#40216)
This commit is contained in:
parent
df8e3eb37b
commit
244d83fd09
@ -73,8 +73,9 @@ if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
|
|||||||
set(libdir [[${prefix}/lib]])
|
set(libdir [[${prefix}/lib]])
|
||||||
set(includedir [[${prefix}/include]])
|
set(includedir [[${prefix}/include]])
|
||||||
configure_file("${SOURCE_PATH}/libsasl2.pc.in" "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" @ONLY)
|
configure_file("${SOURCE_PATH}/libsasl2.pc.in" "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" @ONLY)
|
||||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2x.pc" " -lsasl2" " -llibsasl")
|
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" " -lsasl2" " -llibsasl")
|
||||||
if(NOT VCPKG_BUILD_TYPE)
|
if(NOT VCPKG_BUILD_TYPE)
|
||||||
|
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig")
|
||||||
file(COPY_FILE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/libsasl2.pc")
|
file(COPY_FILE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/libsasl2.pc")
|
||||||
endif()
|
endif()
|
||||||
endblock()
|
endblock()
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cyrus-sasl",
|
"name": "cyrus-sasl",
|
||||||
"version": "2.1.28",
|
"version": "2.1.28",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "Cyrus SASL is an implementation of SASL that makes it easy for application developers to integrate authentication mechanisms into their application in a generic way.",
|
"description": "Cyrus SASL is an implementation of SASL that makes it easy for application developers to integrate authentication mechanisms into their application in a generic way.",
|
||||||
"homepage": "https://github.com/cyrusimap/cyrus-sasl",
|
"homepage": "https://github.com/cyrusimap/cyrus-sasl",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
@ -2146,7 +2146,7 @@
|
|||||||
},
|
},
|
||||||
"cyrus-sasl": {
|
"cyrus-sasl": {
|
||||||
"baseline": "2.1.28",
|
"baseline": "2.1.28",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"czmq": {
|
"czmq": {
|
||||||
"baseline": "4.2.1",
|
"baseline": "4.2.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "089fb04a97b4b253724956fe9cf7cfd4aa14f935",
|
||||||
|
"version": "2.1.28",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "f4f1c74c59daf2e8cc8826300628e887d0f1f51b",
|
"git-tree": "f4f1c74c59daf2e8cc8826300628e887d0f1f51b",
|
||||||
"version": "2.1.28",
|
"version": "2.1.28",
|
||||||
|
Loading…
Reference in New Issue
Block a user