Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
00538ed1
Commit
00538ed1
authored
May 25, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Don't create the wine64 symlink in multi-arch builds.
parent
f6f38e24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
00538ed1
...
...
@@ -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
"
=
wine
64
-o
-n
"
$with_wine64
"
;
then
ac_config_links
=
"
$ac_config_links
wine64:tools/winewrapper"
wine_fn_config_symlink wine64
fi
...
...
configure.ac
View file @
00538ed1
...
...
@@ -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" = wine
64 -o -n "$with_wine64"])
WINE_CONFIG_MAKEFILE(dlls/acledit)
WINE_CONFIG_MAKEFILE(dlls/aclui)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment