mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-01-10 23:48:12 -05:00
proton: Add a missing comma.
The missing comma causes what is supposed to be two separate tuple
entries:
'/lib/wine/x86_64-windows'
'/lib/wine',
to be concatenated into one:
'/lib/wine/x86_64-windows/lib/wine',
Fixes: cc6cd89eac ("proton: Install DLLs and libraries to arch specific directories.")
This commit is contained in:
Reference in New Issue
Block a user