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

This commit is contained in:
Reece Wilson 2021-07-02 06:58:34 +01:00
parent 18c435a433
commit 8b073f518d

View File

@ -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",