diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2020-06-11 11:41:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 02:41:20 -0700 |
| commit | 5c9511e3a8a3ff6ef8ca1e320b2f4cf38ffb791d (patch) | |
| tree | 5e95a3f0e3ea41ee48b0e42b0ddd474d12c9bb7a /ports/directxmesh | |
| parent | 6e67cb1745c68c6f7008cfa3b80496f45cbdb99c (diff) | |
| download | vcpkg-5c9511e3a8a3ff6ef8ca1e320b2f4cf38ffb791d.tar.gz vcpkg-5c9511e3a8a3ff6ef8ca1e320b2f4cf38ffb791d.zip | |
[directxtk][directxtk12][directxtex][directxmesh] Update to latest version (#11794)
* [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
* [directxtex][directxtk12] Remove deprecated function
* [directxtk][directxtk12][directxtex][directxmesh] Fix x86 platform build error
Diffstat (limited to 'ports/directxmesh')
| -rw-r--r-- | ports/directxmesh/CONTROL | 2 | ||||
| -rw-r--r-- | ports/directxmesh/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/directxmesh/CONTROL b/ports/directxmesh/CONTROL index bb3195ea6..bf01adaea 100644 --- a/ports/directxmesh/CONTROL +++ b/ports/directxmesh/CONTROL @@ -1,4 +1,4 @@ Source: directxmesh -Version: dec2019-1 +Version: jun2020 Homepage: https://walbourn.github.io/directxmesh Description: DirectXMesh geometry processing library
\ No newline at end of file diff --git a/ports/directxmesh/portfile.cmake b/ports/directxmesh/portfile.cmake index 43ab540a2..9998ecd25 100644 --- a/ports/directxmesh/portfile.cmake +++ b/ports/directxmesh/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY ONLY_DYNAMIC_CRT) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXMesh
- REF dec2019
- SHA512 b48b144172574d56775f7607d7ee7370b427fd95ab4e3089cdaf79b6cbd7fc4bbc15264d9a6703840b763bc2f4a5974594afa39f113960df34e07adfd74561d6
+ REF jun2020
+ SHA512 1421c0bbe76ec9ea2fb3c61dacdede73ecfc1a2d0149cf70d0aca87ed91b87846f7b4581438e0dd8058d082092a872fbd432070f54c8b1d981d03b0db75e41d5
HEAD_REF master
)
@@ -46,7 +46,7 @@ endif() vcpkg_build_msbuild(
PROJECT_PATH ${SOURCE_PATH}/DirectXMesh_${SLN_NAME}.sln
- PLATFORM ${BUILD_ARCH}
+ PLATFORM ${TRIPLET_SYSTEM_ARCH}
)
file(INSTALL
|
