From edf169138e830d9fd2dba59a9a14893de3ea2d9b Mon Sep 17 00:00:00 2001 From: Reece Date: Sat, 22 Apr 2023 01:43:58 +0100 Subject: [PATCH] [*] updated build script --- AuroraSolution.lua | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/AuroraSolution.lua b/AuroraSolution.lua index 4264814..a91f99c 100644 --- a/AuroraSolution.lua +++ b/AuroraSolution.lua @@ -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()