mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-01-15 17:59:03 +00:00
build: fix clang
This commit is contained in:
parent
05ed2a0f55
commit
cbdd13fdd0
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -3,5 +3,5 @@ updates:
|
||||
- package-ecosystem: gitsubmodule
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: monthly
|
||||
open-pull-requests-limit: 10
|
||||
|
2
deps/libtomcrypt
vendored
2
deps/libtomcrypt
vendored
@ -1 +1 @@
|
||||
Subproject commit cacfc2dc047518a90900638f1417a8544ac1e555
|
||||
Subproject commit 427ce3315e8907615a6ff9629b4c2e6c12a75a35
|
1
deps/premake/libtomcrypt.lua
vendored
1
deps/premake/libtomcrypt.lua
vendored
@ -27,6 +27,7 @@ end
|
||||
function libtomcrypt.project()
|
||||
project "libtomcrypt"
|
||||
language "C"
|
||||
cdialect "C89"
|
||||
|
||||
libtomcrypt.includes()
|
||||
libtommath.import()
|
||||
|
1
deps/premake/libtommath.lua
vendored
1
deps/premake/libtommath.lua
vendored
@ -30,6 +30,7 @@ end
|
||||
function libtommath.project()
|
||||
project "libtommath"
|
||||
language "C"
|
||||
cdialect "C89"
|
||||
|
||||
libtommath.includes()
|
||||
|
||||
|
@ -60,7 +60,6 @@ filter "platforms:arm64"
|
||||
filter {}
|
||||
|
||||
filter {"system:windows"}
|
||||
toolset "clang"
|
||||
systemversion "latest"
|
||||
filter {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user