aboutsummaryrefslogtreecommitdiff
path: root/ports/eathread
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-03-09 09:19:05 -0700
committerRobert Schumacher <roschuma@microsoft.com>2020-03-09 09:19:05 -0700
commit6b55c62144b120f3c5fc0d3cd8163f309241a18a (patch)
tree125aa435dff79db545fc4b08ab0c3cb537bc725c /ports/eathread
parente21400c7cae2c2df3a9dce6ef8e3c4bf7109aaac (diff)
parentd0b1f2a9e8ed1ea53d181d13c69e15cf775148db (diff)
downloadvcpkg-6b55c62144b120f3c5fc0d3cd8163f309241a18a.tar.gz
vcpkg-6b55c62144b120f3c5fc0d3cd8163f309241a18a.zip
Merge remote-tracking branch 'origin/master' into HEAD
Diffstat (limited to 'ports/eathread')
-rw-r--r--ports/eathread/CONTROL2
-rw-r--r--ports/eathread/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/eathread/CONTROL b/ports/eathread/CONTROL
index a0eb50176..a01117645 100644
--- a/ports/eathread/CONTROL
+++ b/ports/eathread/CONTROL
@@ -1,5 +1,5 @@
Source: eathread
-Version: 1.32.09
+Version: 1.32.09-1
Homepage: https://github.com/electronicarts/EAThread
Description: Electronic Arts Thread Library. EAThread implements a unified cross-platform interface for multithreaded programming on various platforms.
Build-Depends: eabase, eastl
diff --git a/ports/eathread/portfile.cmake b/ports/eathread/portfile.cmake
index 5c567140d..5d4d9669a 100644
--- a/ports/eathread/portfile.cmake
+++ b/ports/eathread/portfile.cmake
@@ -29,5 +29,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
vcpkg_copy_pdbs()
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/eathread RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${SOURCE_PATH}/3RDPARTYLICENSES.TXT DESTINATION ${CURRENT_PACKAGES_DIR}/share/eathread)