Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build_proton: fix the hardcoded absolute path name in libSDL2.dylib
Without this fix, wine fails to dlopen dinput.dll.so, as it looks for libSDL2.dylib in its original path where it was built, rather than in the libdirs next to the wine libraries. Ideally, we'd fix this in the libSDL build rather than postprocessing it, but I lack the familiarity with libSDL's buildsystem with regard to darwin. Signed-off-by: Christopher Larson <kergoth@gmail.com>
- Loading branch information