mirror of
https://github.com/diamante0018/master-tool.git
synced 2026-04-30 01:19:35 +00:00
Merge pull request #67 from diamante0018/build/fix-clang
build: fix clang
This commit is contained in:
@@ -3,5 +3,5 @@ updates:
|
||||
- package-ecosystem: gitsubmodule
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: monthly
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
Vendored
+1
-1
Submodule deps/libtomcrypt updated: cacfc2dc04...427ce3315e
Vendored
+1
@@ -27,6 +27,7 @@ end
|
||||
function libtomcrypt.project()
|
||||
project "libtomcrypt"
|
||||
language "C"
|
||||
cdialect "C89"
|
||||
|
||||
libtomcrypt.includes()
|
||||
libtommath.import()
|
||||
|
||||
Vendored
+1
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user