From 8b073f518d7f1b67b3d717ceb8419c1235dc3ba4 Mon Sep 17 00:00:00 2001 From: Reece Date: Fri, 2 Jul 2021 06:58:34 +0100 Subject: [PATCH] All dependents should link directly against Alloc.cpp. No export vs BS, no static libs only, ensure each dependent has these functions available in the most immediate object format at link time --- Aurora.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Aurora.json b/Aurora.json index 2ce19cc2..14e7bd69 100644 --- a/Aurora.json +++ b/Aurora.json @@ -9,6 +9,7 @@ "soft-depends": ["wxwidgets"], "depends": ["glm", "asio", "mimalloc", "uuid", "fmt", "json", "bzip2", "ltc", "o1heap", "zstd", "zlib", "lz4", "mbedtls"], "features": ["remove-platform-code", "guess-platform-code"], + "linkSources": "Source/Alloc.cpp", "actions": [ { "if": "win32",