Merge pull request #19 from manthonyaiello/master

Remove references to nonexistent TOML files.
This commit is contained in:
Per Sandberg 2024-03-15 17:36:00 +01:00 committed by GitHub
commit 89c68b5b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@
------------------------------------------------------------------------------
with "libzmq.gpr";
project ZMQ is
for Languages use ("Ada", "Makefile", "Python", "Toml");
for Languages use ("Ada", "Makefile", "Python");
type ZMQ_Kind_Type is ("static", "relocatable");
ZMQ_Kind : ZMQ_Kind_Type := external ("LIBRARY_TYPE", "static");
@ -91,7 +91,6 @@ project ZMQ is
for Specification_Exceptions ("Makefile") use ("Makefile");
for Spec_Suffix ("sed") use ".sed";
for Body_Suffix ("Python") use ".py";
for Body_Suffix ("Toml") use ".toml";
for Implementation_Exceptions ("Python") use ("configure");
end Naming;
end ZMQ;