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

build: fix clang
This commit is contained in:
6arelyFuture 2024-08-22 15:54:31 +02:00 committed by GitHub
commit 9bf037af00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

2
deps/libtomcrypt vendored

@ -1 +1 @@
Subproject commit cacfc2dc047518a90900638f1417a8544ac1e555 Subproject commit 427ce3315e8907615a6ff9629b4c2e6c12a75a35

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 {}