Merge pull request #67 from diamante0018/build/fix-clang

build: fix clang
This commit is contained in:
2024-08-22 15:54:31 +02:00
committed by GitHub
5 changed files with 4 additions and 3 deletions

View File

@ -3,5 +3,5 @@ updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10

View File

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

View File

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

View File

@ -60,7 +60,6 @@ filter "platforms:arm64"
filter {}
filter {"system:windows"}
toolset "clang"
systemversion "latest"
filter {}