aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/trylink1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/trylink b/scripts/trylink
index 52931b01c..63132eda9 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -10,6 +10,7 @@ try() {
10 && { rm busybox_ld.err; exit 0; } 10 && { rm busybox_ld.err; exit 0; }
11} 11}
12 12
13try "-lws2_32" "$@"
13try "" "$@" 14try "" "$@"
14try "-lm" "$@" 15try "-lm" "$@"
15try "-lcrypt" "$@" 16try "-lcrypt" "$@"