1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

configure: Don't create the wine64 symlink in multi-arch builds.

This commit is contained in:
Alexandre Julliard 2023-05-25 12:10:24 +02:00
parent f6f38e2490
commit 00538ed195
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -21090,7 +21090,7 @@ test "$srcdir" = . || wine_srcdir="$srcdir/"
ac_config_links="$ac_config_links wine:tools/winewrapper"
wine_fn_config_symlink wine
if test "$HOST_ARCH" = x86_64 -o -n "$with_wine64"; then
if test "$wine_binary" = wine64 -o -n "$with_wine64"; then
ac_config_links="$ac_config_links wine64:tools/winewrapper"
wine_fn_config_symlink wine64
fi

View file

@ -2330,7 +2330,7 @@ wine_srcdir=
test "$srcdir" = . || wine_srcdir="$srcdir/"
WINE_CONFIG_SYMLINK(wine,tools/winewrapper)
WINE_CONFIG_SYMLINK(wine64,tools/winewrapper,["$HOST_ARCH" = x86_64 -o -n "$with_wine64"])
WINE_CONFIG_SYMLINK(wine64,tools/winewrapper,["$wine_binary" = wine64 -o -n "$with_wine64"])
WINE_CONFIG_MAKEFILE(dlls/acledit)
WINE_CONFIG_MAKEFILE(dlls/aclui)