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 - package-ecosystem: gitsubmodule
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: monthly
open-pull-requests-limit: 10 open-pull-requests-limit: 10

View File

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

View File

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

View File

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