From c3a536b37b5e5f92447013dbe77f2615551930d4 Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Sat, 12 Nov 2022 13:25:37 +1100 Subject: [PATCH] lace.gpr: Re-enable 'ashell'. --- 1-base/lace/library/lace.gpr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1-base/lace/library/lace.gpr b/1-base/lace/library/lace.gpr index 7272a4a..b3b3167 100644 --- a/1-base/lace/library/lace.gpr +++ b/1-base/lace/library/lace.gpr @@ -1,7 +1,7 @@ with -- "florist", - "lace_shared"; --- "ashell"; + "lace_shared", + "ashell"; --library @@ -20,7 +20,7 @@ is for Source_Dirs use ("../source", "../source/containers", --- "../source/environ", + "../source/environ", "../source/dice", "../source/events", "../source/events/concrete",