[*] updated build script
This commit is contained in:
parent
709cb9ca97
commit
edf169138e
@ -70,14 +70,21 @@ if (not _OPTIONS["lite"]) then
|
|||||||
path = "Vendor/lz4",
|
path = "Vendor/lz4",
|
||||||
type = "StaticLib"
|
type = "StaticLib"
|
||||||
})
|
})
|
||||||
end
|
|
||||||
|
|
||||||
--auAddVisit({
|
auAddVisit({
|
||||||
-- namespace = kNamespaceCompression,
|
namespace = kNamespaceCompression,
|
||||||
-- name = "lzma",
|
name = "liblzma",
|
||||||
-- path = "Vendor/liblzma",
|
path = "Vendor/liblzma/src/liblzma",
|
||||||
-- type = "StaticLib"
|
type = "StaticLib"
|
||||||
--})
|
})
|
||||||
|
|
||||||
|
auAddVisit({
|
||||||
|
namespace = kNamespaceCompression,
|
||||||
|
name = "brotli",
|
||||||
|
path = "Vendor/brotli",
|
||||||
|
type = "StaticLib"
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
auAddVisit({
|
auAddVisit({
|
||||||
namespace = kNamespaceCrypto,
|
namespace = kNamespaceCrypto,
|
||||||
@ -197,7 +204,6 @@ if (_OPTIONS["with-v8"]) then
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
auProcessSolution()
|
auProcessSolution()
|
||||||
|
|
||||||
local processTests = function()
|
local processTests = function()
|
||||||
|
Loading…
Reference in New Issue
Block a user