mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
8c5b4df543
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/
|