We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perhaps it was different before. But modern wine versions install the .dll files in /usr/lib/wine/fakedlls/.
Index: dllwrapper/wine/Makefile.am =================================================================== --- dllwrapper/wine/Makefile.am.orig +++ dllwrapper/wine/Makefile.am @@ -34,7 +34,7 @@ libloader_la_CCASFLAGS = $(ARCH_CCASFLAG # -fno-omit-frame-pointer works around this gcc-3.0 bug. gcc-2.95.2 is OK. AM_CPPFLAGS = \ -D__WINE__ \ - -DWIN32_PATH=\"/usr/lib/win32\" \ + -DWIN32_PATH=\"/usr/lib/wine/fakedlls\" \ -DWIN32_LIB_PATH=\"$(libdir)/win32\" \ -fno-omit-frame-pointer \ -mno-omit-leaf-frame-pointer
The text was updated successfully, but these errors were encountered:
Also on multi-arch system they are under e.g. /usr/lib/i386-linux-gnu/wine and /usr/lib/x86_64-linux-gnu/wine/
Sorry, something went wrong.
No branches or pull requests
Perhaps it was different before. But modern wine versions install the .dll files in /usr/lib/wine/fakedlls/.
The text was updated successfully, but these errors were encountered: