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

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