vkd3d-proton
vkd3d-proton copied to clipboard
build: Support custom Wine versions
This allows people to use custom wine versions by exporting the WINE env variable.
If undefined, it uses the $PATH
's wine
using command -v
instead of which
.
This is POSIX compliant while which
isn't, Debian 11 deprecated which.
The changes are the same as https://github.com/doitsujin/dxvk/pull/2617
- Patch is tagged "build: ".. but is it? Maybe "setup: " would be better?
- Why is it needed? "Easier than using $PATH variable!"... bit IS it really?
- Who really cares what i think :frog:
- The latest commit touching this file has the same tag (https://github.com/HansKristian-Work/vkd3d-proton/commit/1267b2a985e431031220737b653accc09a059c0e)
- Yes, for a few custom scripts, exporting PATH is more messy than just pointing WINE to the custom wine
anyway dxvk rejected this patch, so this one's probably going to also 🤷🏻
Dead PR.