You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a commit that uses user-homedir-pathname instead of hard coded paths (commit 226d4d1), but there are still hardcoded paths (relative to home-dir) to locate (best guess) the vulkan-sdk-path. I need to determine the defaults for locating the installable client driver json information file, i.e. MoltenVK_icd.json, vk_swiftshader_icd.json (or other) in order to make installation seamless for quicklisp.
*home-dir*
is hard-coded forawolven
(and arguably wrong when run in msys/mingw). Consideruser-homedir-pathname
instead?The text was updated successfully, but these errors were encountered: