[Deps] Fix compilation with latest hdiff
This commit is contained in:
parent
f79ed780cd
commit
1907a186f8
4
deps/premake/libHDiffPatch.lua
vendored
4
deps/premake/libHDiffPatch.lua
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user