build: fix clang

This commit is contained in:
2024-08-22 15:52:00 +02:00
parent 05ed2a0f55
commit cbdd13fdd0
5 changed files with 4 additions and 3 deletions

View File

@ -27,6 +27,7 @@ end
function libtomcrypt.project()
project "libtomcrypt"
language "C"
cdialect "C89"
libtomcrypt.includes()
libtommath.import()