mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:12:47 +08:00
[cgns] Fix x64-linux-dynamic build (#26088)
This commit is contained in:
parent
b29fa4b8ef
commit
7cee564be7
@ -67,7 +67,7 @@ foreach(TOOL ${TOOLS})
|
||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/bin/${TOOL}")
|
||||
endforeach()
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static" OR NOT VCPKG_TARGET_IS_WINDOWS)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin" "${CURRENT_PACKAGES_DIR}/bin")
|
||||
endif()
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "cgns",
|
||||
"version-semver": "4.3.0",
|
||||
"port-version": 1,
|
||||
"description": "The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations.",
|
||||
"homepage": "http://cgns.org/",
|
||||
"default-features": [
|
||||
|
@ -1354,7 +1354,7 @@
|
||||
},
|
||||
"cgns": {
|
||||
"baseline": "4.3.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"chaiscript": {
|
||||
"baseline": "6.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1733a3011caebf67ccbe1d48ea08c92e87d186e0",
|
||||
"version-semver": "4.3.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "0d2c412303ae38864d8ff36777cc22bfc404b9b6",
|
||||
"version-semver": "4.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user