mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 09:28:07 +08:00
[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
This commit is contained in:
parent
1d28e4dea4
commit
22eb872fdf
@ -1,5 +1,3 @@
|
|||||||
vcpkg_fail_port_install(ON_TARGET MINGW)
|
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO NVIDIAGameWorks/PhysX
|
REPO NVIDIAGameWorks/PhysX
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "physx",
|
"name": "physx",
|
||||||
"version-semver": "4.1.2",
|
"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",
|
"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",
|
"homepage": "https://github.com/NVIDIAGameWorks/PhysX",
|
||||||
|
"supports": "!mingw",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
@ -5282,7 +5282,7 @@
|
|||||||
},
|
},
|
||||||
"physx": {
|
"physx": {
|
||||||
"baseline": "4.1.2",
|
"baseline": "4.1.2",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"picojson": {
|
"picojson": {
|
||||||
"baseline": "1.3.0",
|
"baseline": "1.3.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "3efd7a1c7727eec4a15ba3ac6f8f013550750760",
|
||||||
|
"version-semver": "4.1.2",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "c2731461cec1f38b720c3db1038e3096957244a4",
|
"git-tree": "c2731461cec1f38b720c3db1038e3096957244a4",
|
||||||
"version-semver": "4.1.2",
|
"version-semver": "4.1.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user