diff options
| -rw-r--r-- | ports/directxmath/CONTROL | 2 | ||||
| -rw-r--r-- | ports/directxmath/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/directxmath/CONTROL b/ports/directxmath/CONTROL index 0c6bcc956..6471db4e8 100644 --- a/ports/directxmath/CONTROL +++ b/ports/directxmath/CONTROL @@ -1,4 +1,4 @@ Source: directxmath -Version: 3.1.6 +Version: dec2020b Homepage: https://walbourn.github.io/introducing-directxmath/ Description: DirectXMath SIMD C++ math library diff --git a/ports/directxmath/portfile.cmake b/ports/directxmath/portfile.cmake index 96a722e0f..872f7d933 100644 --- a/ports/directxmath/portfile.cmake +++ b/ports/directxmath/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXMath
- REF dec2020
- SHA512 73c073f6ef5f2dd867c3f934d471258c001fb85a99b897ef25ac26595c31157e00118143f5fdaa3f25512a2a46ebbe464efd1d697a999137bc4cffc9c29fec8c
+ REF dec2020b
+ SHA512 59f2e7024b145e09ec40639627344175e77db0527888dce07a6e5785cb240ed163c8d5b063222226ddd1af8128de1d842ff15a1f6e9f5e1e1a14dfd2da1a270b
HEAD_REF master
)
@@ -24,7 +24,7 @@ if(NOT VCPKG_TARGET_IS_WINDOWS) file(INSTALL
${DOWNLOADS}/sal.h
- DESTINATION ${CURRENT_PACKAGES_DIR}/include/)
+ DESTINATION ${CURRENT_PACKAGES_DIR}/include/DirectXMath)
endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
