mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
[spirv-headers] no absolute paths (#27881)
This commit is contained in:
parent
f092860c08
commit
5bd13370be
@ -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,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": [
|
||||
|
@ -7122,7 +7122,7 @@
|
||||
},
|
||||
"spirv-headers": {
|
||||
"baseline": "1.3.231.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"spirv-reflect": {
|
||||
"baseline": "1.3.204.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1975a40807faf80ae5a8513b15f707ec9d583763",
|
||||
"version": "1.3.231.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "f192dbfcc02f6367e9e12b7659c503f68856a876",
|
||||
"version": "1.3.231.1",
|
||||
|
Loading…
Reference in New Issue
Block a user