[Deps] Fix compilation with latest hdiff

This commit is contained in:
Diavolo 2022-05-26 10:51:23 +02:00
parent f79ed780cd
commit 1907a186f8
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

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"