Skip to content

Commit

Permalink
build: fix clang (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 authored Aug 20, 2024
1 parent 5731d26 commit 4945d47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10
1 change: 1 addition & 0 deletions deps/premake/libtomcrypt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ end
function libtomcrypt.project()
project "libtomcrypt"
language "C"
cdialect "C89"

libtomcrypt.includes()
libtommath.import()
Expand Down
1 change: 1 addition & 0 deletions deps/premake/libtommath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ end
function libtommath.project()
project "libtommath"
language "C"
cdialect "C89"

libtommath.includes()

Expand Down

0 comments on commit 4945d47

Please sign in to comment.