Sweden-Number/tools
Huw Davies 9af226c826 winegcc: Add a @loader_path to help the macOS loader find ntdll.so.
On macOS unixlibs that link to ntdll.so currently fail to load.
It appears the macOS loader needs to be able to locate the file
even if the library is already loaded.

This patch changes the LC_ID_DYLIB name of ntdll.so to
"@loader_path/ntdll.so" so that when other unixlibs link against this
they will insert that name into their LC_LOAD_DYLIB entry for
ntdll.so.

While changing only ntdll.so is necessary, for simplicity this patch
changes all unixlibs.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51632
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-23 11:54:16 +02:00
..
sfnt2fon sfnt2fon: Directly store the codepage tables for the few encodings we need. 2020-01-27 14:37:54 +01:00
widl widl: Pick up the target arch from a prefix on argv[0]. 2021-05-17 17:42:15 +02:00
winapi include: Define _WINSOCKAPI_ in winsock2.h. 2021-04-27 18:55:24 +02:00
winebuild ntdll: Add support for user callbacks. 2021-08-17 18:16:43 +02:00
winedump winedump: Make print_longlong() work on 64-bit. 2021-05-20 21:48:57 +02:00
winegcc winegcc: Add a @loader_path to help the macOS loader find ntdll.so. 2021-08-23 11:54:16 +02:00
winemaker winemaker: Fix --single-target option parsing. 2019-03-13 23:40:39 +01:00
wmc wmc: Add Dxgi facility. 2020-09-21 21:42:13 +02:00
wrc wrc: Remove the trailing linefeed from a parser_error() message. 2021-03-02 20:42:16 +01:00
Makefile.in
buildimage
c2man.pl
config.guess tools: Upgrade the config.guess/config.sub scripts. 2020-08-14 22:04:03 +02:00
config.sub tools: Upgrade the config.guess/config.sub scripts. 2020-08-14 22:04:03 +02:00
examine-relay
findfunc
install-sh tools: Upgrade the autoconf scripts. 2019-12-18 17:56:21 +01:00
make_announce
make_makefiles tools: Relax the dot in module names rules. 2021-03-11 13:13:35 +01:00
make_requests server: Send HID report data with the WM_INPUT messages. 2021-05-31 12:31:21 +02:00
make_specfiles api-ms-win-core-kernel32-legacy-l1-1-5: Add stub dll. 2021-07-19 12:35:25 +02:00
make_unicode make_unicode: Add support for the 720 codepage (Arabic, Farsi and Urdu). 2021-06-08 22:28:44 +02:00
make_xftmpl.c
makedep.c makefiles: Don't depend on import libraries for native Unix libraries. 2021-08-12 11:33:57 +02:00
runtest makefiles: Default to building test modules as PE. 2019-04-09 15:45:59 +02:00
wineapploader.in
winewrapper