mirror of
https://github.com/systemd/systemd.git
synced 2025-01-18 10:04:04 +03:00
mkosi: Use build/ as extra search path by default
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.
This commit is contained in:
parent
1995084a9e
commit
8c5b4df543
7
mkosi.conf.d/20-extra-search-path.conf
Normal file
7
mkosi.conf.d/20-extra-search-path.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
|
[Match]
|
||||||
|
PathExists=build/
|
||||||
|
|
||||||
|
[Build]
|
||||||
|
ExtraSearchPaths=build/
|
Loading…
x
Reference in New Issue
Block a user