chore: adjust include path for lz4 dependency

This commit is contained in:
Jan
2025-04-23 17:00:17 +01:00
parent dc282170bc
commit 76c22ffce2
2 changed files with 2 additions and 5 deletions

2
thirdparty/lz4.lua vendored
View File

@ -3,7 +3,7 @@ lz4 = {}
function lz4:include(includes)
if includes:handle(self:name()) then
includedirs {
path.join(ThirdPartyFolder(), "lz4")
path.join(ThirdPartyFolder(), "lz4/lib")
}
end
end