|
|
|
|
|
by p1necone
1399 days ago
|
|
I thought "statically linked" just meant that all of the dependency binaries were rolled into the main executable at build time - how could macOS even stop you doing that? I assume my understanding of static linking is too simplistic though. |
|
This distinction is related to but not the same as statically or dynamically linking an individual dependency; only if all dependencies are statically linked can an executable then be statically linked.