mirror of
https://github.com/systemd/systemd.git
synced 2025-03-13 00:58:27 +03:00
Building systemd with mkosi generally requires a very recent version of systemd which might not be installed on the host. Let's configure mkosi to look for extra executables in the build/ directory by default so that we prefer systemd executables from the build directory over those on the host as those on the host are likely to be too old.
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
PathExists=build/
|
|
|
|
[Build]
|
|
ExtraSearchPaths=build/
|