Skip to content

Commit

Permalink
Set shared dependencies as the default
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Sep 4, 2023
1 parent 000fe70 commit 138cf2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alire/alire-config-builtins.ads
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package Alire.Config.Builtins is

Dependencies_Shared : constant Builtin := New_Builtin
(Key => "dependencies.shared",
Def => False,
Def => True,
Help =>
"When true, dependencies are downloaded and built in a shared "
& "location inside the global cache. When false (default), "
& "location inside the global cache. When false, "
& "dependencies are sandboxed in each workspace.");

Distribution_Disable_Detection : constant Builtin := New_Builtin
Expand Down

0 comments on commit 138cf2a

Please sign in to comment.