Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d835dfa commit 81aad02Copy full SHA for 81aad02
1 file changed
src/meson.build
@@ -52,7 +52,7 @@ if devnull == 'not-given'
52
endif
53
54
# Will only exist on Linux with older glibc.
55
-dl = cc.find_library('dl', required: false)
+dl = dependency('dl', required: false)
56
57
# With Meson >= 1.2.0, use cpp_winlibs instead of manually searching.
58
if ['cygwin', 'windows'].contains(host_machine.system())
0 commit comments