Update zstd.lua
This commit is contained in:
@@ -57,11 +57,12 @@ function project_zstd(dir, compression, decompression, deprecated, dictbuilder,
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
if legacy < 8 then
|
if legacy ~= 0 then
|
||||||
|
if legacy >= 8 then
|
||||||
files {
|
files {
|
||||||
dir .. 'legacy/zstd_v0' .. (legacy - 7) .. '.*'
|
dir .. 'legacy/zstd_v0' .. (legacy - 7) .. '.*'
|
||||||
}
|
}
|
||||||
else
|
end
|
||||||
includedirs {
|
includedirs {
|
||||||
dir .. 'legacy'
|
dir .. 'legacy'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user