[nanomsg] Update nanomsg_BINDIR check (#37529)

This commit is contained in:
ZYXeeker 2024-03-20 04:11:58 +08:00 committed by GitHub
parent b66651c97c
commit 49e80bf57c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -53,7 +53,7 @@ endif()
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static" OR NOT VCPKG_TARGET_IS_WINDOWS)
vcpkg_replace_string(
${CURRENT_PACKAGES_DIR}/share/${PORT}/nanomsg-config.cmake
"set_and_check(nanomsg_BINDIR \${PACKAGE_PREFIX_DIR}/bin)"
"set_and_check(nanomsg_BINDIR \${VCPKG_IMPORT_PREFIX}/bin)"
""
)
endif()

View File

@ -1,6 +1,7 @@
{
"name": "nanomsg",
"version-semver": "1.2.1",
"port-version": 1,
"description": [
"A simple high-performance implementation of several \"scalability protocols\".",
"These scalability protocols are light-weight messaging protocols which can be used to solve a number of very common messaging patterns, such as request/reply, publish/subscribe, surveyor/respondent, and so forth. These protocols can run over a variety of transports such as TCP, UNIX sockets, and even WebSocket."

View File

@ -5990,7 +5990,7 @@
},
"nanomsg": {
"baseline": "1.2.1",
"port-version": 0
"port-version": 1
},
"nanopb": {
"baseline": "0.4.7",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "af9d00f361245784a9b5f81fc7a87d1598173dd5",
"version-semver": "1.2.1",
"port-version": 1
},
{
"git-tree": "f153ee28346c2ba03410c8845959d1d549322ecb",
"version-semver": "1.2.1",