Skip to content

New Vulkan SDK versions changed the location of libvulkan.so, breaking Linux builds #61

Description

@coding-me-softly

The newest Vulkan SDK Linux builds (1.4.350.0 and 1.4.350.1) have moved libvulkan.so from $VULKAN_SDK/lib/libvulkan.so to $VULKAN_SDK/lib/VulkanLoader/lib/libvulkan.so. The next most recent build from LunarG is 1.4.341.1, which has the old path. I didn't check if the paths have changed on other OSes.

I had to change this line in CMakeLists.txt to the new path to build the code.

The upstream location change is strange to me, but if it's going to stay this way, I can submit a PR to, on Linux, try the new location and fall back to the old location.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions