aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-01-01 19:05:48 +0100
committerdec05eba <dec05eba@protonmail.com>2022-01-01 19:05:48 +0100
commitfbfd7c227a080537f498b51ec3de22053a32c599 (patch)
tree720282b1a63018dc19be8500e34d0665fbf14549 /TODO
parent37b23908f195d54844486552cc4359bf6f4a949c (diff)
Move -ldl and -lm to end
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0414e95..b34786d 100644
--- a/TODO
+++ b/TODO
@@ -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.