From 0754109bdea9993a95115cdce2780edfa39ca957 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Fri, 23 Aug 2024 11:42:33 +0300 Subject: [PATCH] Fix the `libgpr2` hack to work on Mac OS X eng/gpr/gpr-issues#370 --- subprojects/libgpr2.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subprojects/libgpr2.toml b/subprojects/libgpr2.toml index 29c8e71b..c234402a 100644 --- a/subprojects/libgpr2.toml +++ b/subprojects/libgpr2.toml @@ -31,7 +31,8 @@ command = [ "sed", "-i.bk2", "-e", ''' - /package Compiler/a for Switches ("gpr2-build-actions-post_bind.adb") use Compiler'Default_Switches ("Ada") & ("-O0");''', + /package Compiler/a\ + for Switches ("gpr2-build-actions-post_bind.adb") use Compiler'Default_Switches ("Ada") & ("-O0");''', "gpr2.gpr"] [[actions]]