diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-01-01 19:05:48 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-01-01 19:05:48 +0100 |
commit | fbfd7c227a080537f498b51ec3de22053a32c599 (patch) | |
tree | 720282b1a63018dc19be8500e34d0665fbf14549 /TODO | |
parent | 37b23908f195d54844486552cc4359bf6f4a949c (diff) |
Move -ldl and -lm to end
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -[dependencies] should automatically download dependency from vcpkg if available. This is useful for windows +[dependencies] should automatically download dependency from vcpkg if available. This is useful for windows. +Static libraries with dependencies should propagate their dependencies upwards to the first non-static library. |