File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,11 @@ if (VCPKG_TARGET_IS_LINUX)
56
56
57
57
file (INSTALL
58
58
"${PACKAGE_PATH} /bin/dxc"
59
- DESTINATION "${CURRENT_PACKAGES_DIR} /tools/${PORT} /" )
59
+ DESTINATION "${CURRENT_PACKAGES_DIR} /tools/${PORT} /"
60
+ FILE_PERMISSIONS
61
+ OWNER_READ OWNER_WRITE OWNER_EXECUTE
62
+ GROUP_READ GROUP_EXECUTE
63
+ WORLD_READ WORLD_EXECUTE)
60
64
61
65
set (dll_name_dxc "libdxcompiler.so" )
62
66
set (dll_name_dxil "libdxil.so" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " directx-dxc" ,
3
3
"version-date" : " 2025-02-20" ,
4
+ "port-version" : 1 ,
4
5
"description" : " DirectX Shader Compiler (LLVM/Clang)" ,
5
6
"homepage" : " https://github.com/microsoft/DirectXShaderCompiler" ,
6
7
"documentation" : " https://github.com/microsoft/DirectXShaderCompiler/wiki" ,
Original file line number Diff line number Diff line change 2306
2306
},
2307
2307
"directx-dxc" : {
2308
2308
"baseline" : " 2025-02-20" ,
2309
- "port-version" : 0
2309
+ "port-version" : 1
2310
2310
},
2311
2311
"directx-headers" : {
2312
2312
"baseline" : " 1.615.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " fd43c79a0555d6af9a92d55eaeb3d6aaf2b0b4f9" ,
5
+ "version-date" : " 2025-02-20" ,
6
+ "port-version" : 1
7
+ },
3
8
{
4
9
"git-tree" : " 04df7510384611086c77478290dd717f511a9f94" ,
5
10
"version-date" : " 2025-02-20" ,
You can’t perform that action at this time.
0 commit comments