1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-09-16 17:45:52 +03:00

Merge pull request #13960 from keszybz/meson-loop-fix

meson: remove strange dep that causes meson to enter infinite loop
This commit is contained in:
Anita Zhang
2019-11-06 11:44:09 -08:00
committed by GitHub

View File

@@ -68,7 +68,6 @@ foreach tuple : xsltproc.found() ? manpages : []
foreach htmlalias : htmlaliases
link = custom_target(
htmlalias,
input : p2,
output : htmlalias,
command : ['ln', '-fs', html, '@OUTPUT@'])
if want_html