Skip to content

Commit d04ac1c

Browse files
committed
Rename gnat.adc to avoid basename clash
1 parent b872af6 commit d04ac1c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

gnat/lsp_common.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ abstract project LSP_Common is
8585

8686
package Compiler is
8787
for Default_Switches ("Ada") use Common_Ada_Switches & Ada_Switches;
88-
for Local_Configuration_Pragmas use "gnat.adc";
88+
for Local_Configuration_Pragmas use "als-gnat.adc";
8989
end Compiler;
9090

9191
package Pretty_Printer is

gnat/lsp_gen.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ project LSP_Gen is
7777

7878
package Compiler is
7979
for Default_Switches ("Ada") use Common_Ada_Switches & Ada_Switches;
80-
for Local_Configuration_Pragmas use "gnat.adc";
80+
for Local_Configuration_Pragmas use "als-gnat.adc";
8181
end Compiler;
8282

8383
package Binder is

gnat/lsp_server.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ project LSP_Server is
6363
& ("-gnateDVERSION=""" & VERSION & """",
6464
"-gnateDBUILD_DATE=""" & BUILD_DATE & """");
6565
for Switches ("s-memory.adb") use ("-g", "-O2", "-gnatpg");
66-
for Local_Configuration_Pragmas use "gnat.adc";
66+
for Local_Configuration_Pragmas use "als-gnat.adc";
6767
end Compiler;
6868

6969
package Linker is

0 commit comments

Comments
 (0)