mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 12:31:37 +08:00
ebffa3937b
Something changed in newer Xcode compilers that was causing error when
compiling `vdupq_lane_f32` with a variable integer. This includes a
patch to replace the variable with an explicit switch statement for all
4 possible values.
Patch is based on this commit:
cdbfc0f128
16 lines
446 B
JSON
16 lines
446 B
JSON
{
|
|
"name": "physx",
|
|
"version": "4.1.2",
|
|
"port-version": 5,
|
|
"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
|
|
}
|
|
]
|
|
}
|