mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-04-20 03:35:44 +00:00
Merge pull request #67 from diamante0018/build/fix-clang
build: fix clang
This commit is contained in:
commit
9bf037af00
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -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
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()
|
function libtomcrypt.project()
|
||||||
project "libtomcrypt"
|
project "libtomcrypt"
|
||||||
language "C"
|
language "C"
|
||||||
|
cdialect "C89"
|
||||||
|
|
||||||
libtomcrypt.includes()
|
libtomcrypt.includes()
|
||||||
libtommath.import()
|
libtommath.import()
|
||||||
|
1
deps/premake/libtommath.lua
vendored
1
deps/premake/libtommath.lua
vendored
@ -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()
|
||||||
|
|
||||||
|
@ -60,7 +60,6 @@ filter "platforms:arm64"
|
|||||||
filter {}
|
filter {}
|
||||||
|
|
||||||
filter {"system:windows"}
|
filter {"system:windows"}
|
||||||
toolset "clang"
|
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
filter {}
|
filter {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user