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
5ce5dc1f
Commit
5ce5dc1f
authored
Mar 25, 2024
by
Rémi Bernon
Committed by
Alexandre Julliard
Mar 25, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Quote ac_cv_lib_soname_MoltenVK when setting SONAME_LIBVULKAN.
parent
7c5b9304
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 @
5ce5dc1f
...
...
@@ -19167,7 +19167,7 @@ printf "%s\n" "$ac_cv_lib_soname_MoltenVK" >&6; }
printf
"%s
\n
"
"#define SONAME_LIBMOLTENVK
\"
$ac_cv_lib_soname_MoltenVK
\"
"
>>
confdefs.h
printf
"%s
\n
"
"#define SONAME_LIBVULKAN
$ac_cv_lib_soname_MoltenVK
"
>>
confdefs.h
printf
"%s
\n
"
"#define SONAME_LIBVULKAN
\"
$ac_cv_lib_soname_MoltenVK
\"
"
>>
confdefs.h
fi
fi
...
...
configure.ac
View file @
5ce5dc1f
...
...
@@ -1827,7 +1827,7 @@ then
WINE_CHECK_SONAME(vulkan, vkGetInstanceProcAddr)
if test "x$ac_cv_lib_soname_vulkan" = "x"
then
WINE_CHECK_SONAME(MoltenVK, vkGetInstanceProcAddr, [AC_DEFINE_UNQUOTED(SONAME_LIBVULKAN,[
$ac_cv_lib_soname_MoltenVK
])])
WINE_CHECK_SONAME(MoltenVK, vkGetInstanceProcAddr, [AC_DEFINE_UNQUOTED(SONAME_LIBVULKAN,[
"$ac_cv_lib_soname_MoltenVK"
])])
fi
fi
WINE_NOTICE_WITH(vulkan,[test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"],
...
...
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