Skip to content

Commit 8add02d

Browse files
committed
Remove support of the Superproject.
1 parent f45ef97 commit 8add02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnat/lsp_client_glib.gpr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- Language Server Protocol --
33
-- --
4-
-- Copyright (C) 2018-2021, AdaCore --
4+
-- Copyright (C) 2018-2024, AdaCore --
55
-- --
66
-- This is free software; you can redistribute it and/or modify it under --
77
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -21,7 +21,7 @@ with "spawn_glib";
2121
project LSP_Client_Glib is
2222

2323
for Source_Dirs use ("../source/client");
24-
for Object_Dir use "../.obj/" & LSP.Superproject & "/client_glib";
24+
for Object_Dir use "../.obj/client_glib";
2525

2626
package Compiler renames LSP.Compiler;
2727

0 commit comments

Comments
 (0)