mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 03:02:54 +08:00
[openxr-loader] no absolute paths (#22351)
* [openxr-loader] no absolute paths * [openxr-loader] no absolute paths
This commit is contained in:
parent
6127446f25
commit
1c971e5be3
@ -1,4 +1,3 @@
|
||||
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
@ -77,5 +76,6 @@ endif()
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
vcpkg_copy_pdbs()
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "openxr-loader",
|
||||
"version": "1.0.20",
|
||||
"port-version": 1,
|
||||
"description": "A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices",
|
||||
"homepage": "https://github.com/KhronosGroup/OpenXR-SDK",
|
||||
"supports": "!(arm | uwp)",
|
||||
|
@ -5078,7 +5078,7 @@
|
||||
},
|
||||
"openxr-loader": {
|
||||
"baseline": "1.0.20",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"optimus-cpp": {
|
||||
"baseline": "0.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "435893c175c6462b476e03f95d30717c9653eac3",
|
||||
"version": "1.0.20",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "84f63fe87decf331d7cc6a4f07046d2528b3c313",
|
||||
"version": "1.0.20",
|
||||
|
Loading…
Reference in New Issue
Block a user