GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.72k stars 161 forks source link

cp json files failed #226

Closed libenike closed 3 years ago

libenike commented 3 years ago

When I try to execute cp commands with x64 and x32 json files I get the following message: cp: cannot stat 'drivers/xgl/builds/Release64/icd/amd-icd64.json': No such file or directory. cp: cannot stat 'drivers/xgl/builds/Release32/icd/amd-icd32.json': No such file or directory. In .../icd directory after ninja step I find the following json files for x64 and x32 architectures: amd_icd64.json, amd_icd32.json. Maybe the json file names should be amd_icd64.json, amd_icd32.json.

JaxLinAMD commented 3 years ago

thanks for the fix