We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e128976 + 1e1db47 commit 3991e8aCopy full SHA for 3991e8a
contrib/premake/zstd.lua
@@ -2,6 +2,7 @@
2
-- Basic usage: project_zstd(ZSTD_DIR)
3
4
function project_zstd(dir, compression, decompression, deprecated, dictbuilder, legacy)
5
+ if string.sub(dir, -1, 1) ~= '/' then dir = dir .. '/' end
6
if compression == nil then compression = true end
7
if decompression == nil then decompression = true end
8
if deprecated == nil then deprecated = false end
0 commit comments