mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
meson: add ln --relative check
This commit is contained in:
@@ -441,8 +441,9 @@ foreach prog : progs
|
||||
substs.set(name, path)
|
||||
endforeach
|
||||
|
||||
# TODO: add ln --relative check
|
||||
# AS_IF([! ln --relative --help > /dev/null 2>&1], [AC_MSG_ERROR([*** ln doesn't support --relative ***])])
|
||||
if run_command('ln', '--relative', '--help').returncode() != 0
|
||||
error('ln does not support --relative')
|
||||
endif
|
||||
|
||||
############################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user