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 df1e1b8 commit f54f8c1Copy full SHA for f54f8c1
subprojects/packagefiles/libsass/src/meson.build
@@ -83,7 +83,7 @@ if host_machine.system() != 'windows'
83
dl_dep = cc.find_library('dl', required : false)
84
endif
85
else
86
- dl_dep = declare_dependency()
+ dl_dep = dependency('', required: false)
87
88
89
lib_args = []
0 commit comments