mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[directxmath] port update to fix include path in pkgconfig (#37151)
The include path in the generated pkgconfig was incorrect. This updates the port to use the version upstream with this fix.
This commit is contained in:
parent
b3a4e5aa3c
commit
deab8d5b71
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Microsoft/DirectXMath
|
||||
REF feb2024
|
||||
SHA512 01bd31dcf22d6800b9c0d6a102fd87a22ed2e113525775c95b56b0c8dc7268627b8c1386cf7296224951e8d96231b1feb3e3471f8c35a169a672b1134acf39fa
|
||||
REF feb2024b
|
||||
SHA512 c1d9eebebc6ad049ba8999f04a31e8b240783f597776ea3b38512ec6b272f27b233d1aea80fa0e4dac01ff3d52d33a0e800150383572d0d4def979dd74e6fbde
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "directxmath",
|
||||
"version-date": "2024-02-14",
|
||||
"port-version": 1,
|
||||
"description": "DirectXMath SIMD C++ math library",
|
||||
"homepage": "https://github.com/Microsoft/DirectXMath",
|
||||
"documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal",
|
||||
|
@ -2214,7 +2214,7 @@
|
||||
},
|
||||
"directxmath": {
|
||||
"baseline": "2024-02-14",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"directxmesh": {
|
||||
"baseline": "2024-02-21",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "785a609b10fad1343aea267a513e8bbd49334fb0",
|
||||
"version-date": "2024-02-14",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "9a81c3f765820ce7b53f4ffbf4f0e4bfba0e4a29",
|
||||
"version-date": "2024-02-14",
|
||||
|
Loading…
x
Reference in New Issue
Block a user