Merge pull request #92 from momo5502/dependabot/submodules/deps/HDiffPatch-1efd5dc

Bump deps/HDiffPatch from `936b11e` to `1efd5dc`
This commit is contained in:
Edo 2022-05-26 10:55:55 +02:00 committed by GitHub
commit 96d2908857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

2
deps/HDiffPatch vendored

@ -1 +1 @@
Subproject commit 936b11eb7028b5e1b4721501d012e24796463abe
Subproject commit 1efd5dc6238f78e1960997a2d9d7a08390c9ad22

View File

@ -14,6 +14,7 @@ function libHDiffPatch.includes()
includedirs {
path.join(libHDiffPatch.source, "HDiff"),
path.join(libHDiffPatch.source, "HPatch"),
path.join(libHDiffPatch.source, "HPatchLite"),
}
end
@ -30,6 +31,9 @@ function libHDiffPatch.project()
path.join(libHDiffPatch.source, "HPatch/**.h"),
path.join(libHDiffPatch.source, "HPatch/**.c"),
path.join(libHDiffPatch.source, "HPatchLite/**.h"),
path.join(libHDiffPatch.source, "HPatchLite/**.c"),
}
warnings "Off"