vcpkg/ports/physx/vcpkg.json
Billy O'Neal 22eb872fdf
[physx] Remove vcpkg_fail_port_install. (#22759)
There was no supports expression before. There was no ci.baseline.txt impact.

In support of https://github.com/microsoft/vcpkg/pull/21502
2022-01-24 00:52:11 -08:00

15 lines
415 B
JSON

{
"name": "physx",
"version-semver": "4.1.2",
"port-version": 1,
"description": "The NVIDIA PhysX SDK is a scalable multi-platform physics solution supporting a wide range of devices, from smartphones to high-end multicore CPUs and GPUs",
"homepage": "https://github.com/NVIDIAGameWorks/PhysX",
"supports": "!mingw",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}