summarylogtreecommitdiffstats
path: root/patch-shared.gpr.in
diff options
context:
space:
mode:
authorRod Kay2022-10-01 18:35:43 +1000
committerRod Kay2022-10-01 18:35:43 +1000
commitd19c176c3771943eaa1485939436f19492c8b85b (patch)
tree0948241d8fd9e3b31568190817bd06831b47a472 /patch-shared.gpr.in
parent845e2ce1cf459f80f7c62e45d30bbfee5061c341 (diff)
downloadaur-gnat-gps.tar.gz
Rid python2.
Diffstat (limited to 'patch-shared.gpr.in')
-rw-r--r--patch-shared.gpr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-shared.gpr.in b/patch-shared.gpr.in
index a7868fe2cb17..df33561a3954 100644
--- a/patch-shared.gpr.in
+++ b/patch-shared.gpr.in
@@ -5,7 +5,7 @@
-- ??? missing hack to force libiconv first (working around
-- a faulty libiconv in macports)
- for Switches ("Ada") use Clang_Libs & ("-lstdc++") & Python_shared_libs;
-+ for Switches ("Ada") use Clang_Libs & ("-lstdc++", "-lpython2.7", "-lpython3.10") & Python_shared_libs;
++ for Switches ("Ada") use Clang_Libs & ("-lstdc++", "-lpython3.10") & Python_shared_libs;
case OS is
when "osx" =>