configure: Don't create the wine64 symlink in multi-arch builds.
This commit is contained in:
parent
f6f38e2490
commit
00538ed195
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue