]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Make sure mkosi.clangd maps to mkosi/mkosi.tools
authorDaan De Meyer <daan@amutable.com>
Fri, 15 May 2026 10:37:19 +0000 (10:37 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 15 May 2026 13:24:01 +0000 (14:24 +0100)
The tools tree is now stored in mkosi/mkosi.tools, so update
the script to match.

mkosi/mkosi.clangd

index 7cac6cecbfd0a9db19713ce73e8b1dce8653f026..c1971cff258af08c700d7dd545eb54899e4b2fa4 100755 (executable)
@@ -13,5 +13,5 @@ exec "${SPAWN[@]}" \
         clangd \
             --compile-commands-dir=build \
             --path-mappings="\
-$(pwd)/mkosi.tools/usr/include=/usr/include" \
+$(pwd)/mkosi/mkosi.tools/usr/include=/usr/include" \
             "$@"