diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-02-03 11:48:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 11:48:06 -0800 |
| commit | 5f0139b7e2f48a5e0cde8f6c199c2fc7689fb2b9 (patch) | |
| tree | 128a97f2952ae18f17bd4d059776ed836ab8bf63 /versions | |
| parent | 37289e26fc5a565508dc2f1726184cf3827d4424 (diff) | |
| download | vcpkg-5f0139b7e2f48a5e0cde8f6c199c2fc7689fb2b9.tar.gz vcpkg-5f0139b7e2f48a5e0cde8f6c199c2fc7689fb2b9.zip | |
[physx] Use /Z7 instead of /Zi to integrate the debug info when building static (#15934)
* [physx] Use /Z7 instead of /Zi to integrate the debug message when building static
* update version record
* [physx] Add homepage
* update version record
* [physx] Re-fix flags, using toolchain set
* update version record
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/physx.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 979a4a867..5d83d0a89 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4534,7 +4534,7 @@ }, "physx": { "baseline": "4.1.1", - "port-version": 6 + "port-version": 7 }, "picojson": { "baseline": "1.3.0-1", diff --git a/versions/p-/physx.json b/versions/p-/physx.json index 87c48b1cd..c69b0eada 100644 --- a/versions/p-/physx.json +++ b/versions/p-/physx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "61c80fbae2a59a689ceb9774b288dc6ffbdceac4", + "version-string": "4.1.1", + "port-version": 7 + }, + { "git-tree": "ff229b023b059806554bb8d9e6fbc2b4eb0fe139", "version-string": "4.1.1", "port-version": 6 |
