aboutsummaryrefslogtreecommitdiff
path: root/ports/eathread
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-02-20 08:45:58 +0800
committerGitHub <noreply@github.com>2020-02-19 16:45:58 -0800
commit9db90b397d1257f5af62f57f0b4f53072803b6e2 (patch)
tree76489523bc0d10897588d65d56bf6dd964e5e6a4 /ports/eathread
parent1be75a28bfce2084bb0b59ec92a6853f13d7be66 (diff)
downloadvcpkg-9db90b397d1257f5af62f57f0b4f53072803b6e2.tar.gz
vcpkg-9db90b397d1257f5af62f57f0b4f53072803b6e2.zip
Fix baseline error (#10051)
* Fix osx baseline * fix osg configure issue * re-trigger ci test * re-trigger ci test * [osg] Revert changes with osg and temporarily skip osg detection * trigger ci test * update baseline Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
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)