vcpkg/ports/physx/vcpkg.json
Darryl Pogue e12d82b8eb
[physx] Fix x86 Linux build errors (#30014)
As per comments in the source, "some GCC compilers need the compiler
flag -malign-double to be set."
a2c0428aca/pxshared/include/foundation/PxPreprocessor.h (L473)
2023-03-20 01:18:05 -07:00

16 lines
446 B
JSON

{
"name": "physx",
"version": "4.1.2",
"port-version": 6,
"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",
"license": null,
"supports": "!mingw & !(windows & arm)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}