diff options
-rwxr-xr-x | scripts/trylink | 1 |
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 | ||
13 | try "-lws2_32" "$@" | ||
13 | try "" "$@" | 14 | try "" "$@" |
14 | try "-lm" "$@" | 15 | try "-lm" "$@" |
15 | try "-lcrypt" "$@" | 16 | try "-lcrypt" "$@" |