]> _ Git - alire.git/commit
Alr.Commands.Init: add library type handling in generated project (#470)
authorFabien Chouteau <Fabien-Chouteau@users.noreply.github.com>
Mon, 13 Jul 2020 15:58:35 +0000 (17:58 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2020 15:58:35 +0000 (16:58 +0100)
commit6bd1a70e6a0097e4ad76771192e40039d8f7cddc
tree20aeb241d59d140ada64ca89ac4902aa8bd253b6
parent28c756a5fc12fd9e8d3ef4b72b9cf0ef30f80af3
Alr.Commands.Init: add library type handling in generated project (#470)

type Library_Type_Type is ("relocatable", "static", "static-pic");
   Library_Type : Library_Type_Type :=
     external ("XXX_LIBRARY_TYPE",
               external ("LIBRARY_TYPE", "static"));
   for Library_Kind use Library_Type;
src/alire/alire-utils.adb
src/alire/alire-utils.ads
src/alr/alr-commands-init.adb
src/alr/alr-utils.ads