Skip to content

Commit 4aecf73

Browse files
committed
Merge branch 'topic/hack_gpr2_fix' into 'master'
Fix the `libgpr2` hack to work on Mac OS X See merge request eng/ide/ada_language_server!1663
2 parents 5100ea1 + 0754109 commit 4aecf73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subprojects/libgpr2.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ command = [
3131
"sed",
3232
"-i.bk2",
3333
"-e", '''
34-
/package Compiler/a for Switches ("gpr2-build-actions-post_bind.adb") use Compiler'Default_Switches ("Ada") & ("-O0");''',
34+
/package Compiler/a\
35+
for Switches ("gpr2-build-actions-post_bind.adb") use Compiler'Default_Switches ("Ada") & ("-O0");''',
3536
"gpr2.gpr"]
3637

3738
[[actions]]

0 commit comments

Comments
 (0)