Skip to content

Commit f54f8c1

Browse files
lazkaneheb
authored andcommitted
libsass: use dependency() instead of declare_dependency()
for the dummy dependency case
1 parent df1e1b8 commit f54f8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/packagefiles/libsass/src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if host_machine.system() != 'windows'
8383
dl_dep = cc.find_library('dl', required : false)
8484
endif
8585
else
86-
dl_dep = declare_dependency()
86+
dl_dep = dependency('', required: false)
8787
endif
8888

8989
lib_args = []

0 commit comments

Comments
 (0)