https://bugs.winehq.org/show_bug.cgi?id=52834
Bug ID: 52834 Summary: cross-compiling of wine is broken due to nls not building Product: Wine Version: 7.6 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: major Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: gcenx83@gmail.com
This affects the use of winetools for cross-compiling as __tooldeps__ doesn’t build nls that’s now required by ntdll.
This can be worked around my manually running “make -C nls” within the winetools directory. (Thanks Zeb)