[*] updated build script

This commit is contained in:
Reece Wilson 2023-04-22 01:43:58 +01:00
parent 709cb9ca97
commit edf169138e

View File

@ -70,14 +70,21 @@ if (not _OPTIONS["lite"]) then
path = "Vendor/lz4",
type = "StaticLib"
})
end
auAddVisit({
namespace = kNamespaceCompression,
name = "liblzma",
path = "Vendor/liblzma/src/liblzma",
type = "StaticLib"
})
--auAddVisit({
-- namespace = kNamespaceCompression,
-- name = "lzma",
-- path = "Vendor/liblzma",
-- type = "StaticLib"
--})
auAddVisit({
namespace = kNamespaceCompression,
name = "brotli",
path = "Vendor/brotli",
type = "StaticLib"
})
end
auAddVisit({
namespace = kNamespaceCrypto,
@ -197,7 +204,6 @@ if (_OPTIONS["with-v8"]) then
})
end
auProcessSolution()
local processTests = function()