mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
6e2afb1cab
Previous checks did nothing, because cc.has_argument only does compilation, without any linking. Unfortunately cc.links() cannot be used, because it does not accept any options. Providing the test file as a static source is easiest, even if not every elegant. https://github.com/mesonbuild/meson/issues/1676
4 lines
47 B
Bash
Executable File
4 lines
47 B
Bash
Executable File
#!/bin/sh -eu
|
|
|
|
"$@" '-' -o/dev/null </dev/null
|