Skip to content

Commit

Permalink
[openxr-loader] no absolute paths (microsoft#22351)
Browse files Browse the repository at this point in the history
* [openxr-loader] no absolute paths

* [openxr-loader] no absolute paths
  • Loading branch information
autoantwort authored Jan 6, 2022
1 parent 6127446 commit 1c971e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/openxr-loader/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
Expand Down Expand Up @@ -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 change: 1 addition & 0 deletions ports/openxr-loader/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5078,7 +5078,7 @@
},
"openxr-loader": {
"baseline": "1.0.20",
"port-version": 0
"port-version": 1
},
"optimus-cpp": {
"baseline": "0.3.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openxr-loader.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "435893c175c6462b476e03f95d30717c9653eac3",
"version": "1.0.20",
"port-version": 1
},
{
"git-tree": "84f63fe87decf331d7cc6a4f07046d2528b3c313",
"version": "1.0.20",
Expand Down

0 comments on commit 1c971e5

Please sign in to comment.