mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-04-19 19:52:53 +00:00
build: fix clang (#106)
This commit is contained in:
parent
5731d268a9
commit
4945d47829
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
|
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
@ -25,6 +25,7 @@ end
|
||||
function libtommath.project()
|
||||
project "libtommath"
|
||||
language "C"
|
||||
cdialect "C89"
|
||||
|
||||
libtommath.includes()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user