0ad-matters / 0ad-appimage

@0ad appimage
MIT License
26 stars 0 forks source link

add vulkan libs to AppImage (#19) #24

Open andy5995 opened 1 year ago

andy5995 commented 1 year ago

@Stan @tuxayo This probably won't work. I don't know how 0ad is loading vulkan, or what libraries are doing it (i.e., when I enter ldd pyrogenesis, libvulkan doesn't show as a dependency).

andy5995 commented 1 year ago

Meaning I can't use patchelf to change libraries or binaries (like I do already in the workflow.sh script) until I have a clear idea of which library is loading the vulkan library.