Skip to content

Commit

Permalink
[spirv-headers] no absolute paths (#27881)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Nov 18, 2022
1 parent f092860 commit 5bd1337
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/spirv-headers/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ vcpkg_copy_pdbs()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

vcpkg_fixup_pkgconfig()

# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
1 change: 1 addition & 0 deletions ports/spirv-headers/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "spirv-headers",
"version": "1.3.231.1",
"port-version": 1,
"description": "Machine-readable files for the SPIR-V Registry",
"homepage": "https://github.com/KhronosGroup/SPIRV-Headers",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7122,7 +7122,7 @@
},
"spirv-headers": {
"baseline": "1.3.231.1",
"port-version": 0
"port-version": 1
},
"spirv-reflect": {
"baseline": "1.3.204.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/spirv-headers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1975a40807faf80ae5a8513b15f707ec9d583763",
"version": "1.3.231.1",
"port-version": 1
},
{
"git-tree": "f192dbfcc02f6367e9e12b7659c503f68856a876",
"version": "1.3.231.1",
Expand Down

0 comments on commit 5bd1337

Please sign in to comment.