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:
parent
18c435a433
commit
8b073f518d
@ -9,6 +9,7 @@
|
|||||||
"soft-depends": ["wxwidgets"],
|
"soft-depends": ["wxwidgets"],
|
||||||
"depends": ["glm", "asio", "mimalloc", "uuid", "fmt", "json", "bzip2", "ltc", "o1heap", "zstd", "zlib", "lz4", "mbedtls"],
|
"depends": ["glm", "asio", "mimalloc", "uuid", "fmt", "json", "bzip2", "ltc", "o1heap", "zstd", "zlib", "lz4", "mbedtls"],
|
||||||
"features": ["remove-platform-code", "guess-platform-code"],
|
"features": ["remove-platform-code", "guess-platform-code"],
|
||||||
|
"linkSources": "Source/Alloc.cpp",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"if": "win32",
|
"if": "win32",
|
||||||
|
Loading…
Reference in New Issue
Block a user