We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45ef97 commit 8add02dCopy full SHA for 8add02d
gnat/lsp_client_glib.gpr
@@ -1,7 +1,7 @@
1
------------------------------------------------------------------------------
2
-- Language Server Protocol --
3
-- --
4
--- Copyright (C) 2018-2021, AdaCore --
+-- Copyright (C) 2018-2024, AdaCore --
5
6
-- This is free software; you can redistribute it and/or modify it under --
7
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -21,7 +21,7 @@ with "spawn_glib";
21
project LSP_Client_Glib is
22
23
for Source_Dirs use ("../source/client");
24
- for Object_Dir use "../.obj/" & LSP.Superproject & "/client_glib";
+ for Object_Dir use "../.obj/client_glib";
25
26
package Compiler renames LSP.Compiler;
27
0 commit comments