aboutsummaryrefslogtreecommitdiff
path: root/scripts/trylink
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/trylink')
-rwxr-xr-xscripts/trylink1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/trylink b/scripts/trylink
index 63132eda9..6cca80c11 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -11,6 +11,7 @@ try() {
11} 11}
12 12
13try "-lws2_32" "$@" 13try "-lws2_32" "$@"
14try "-lws2_32 -lntdll" "$@"
14try "" "$@" 15try "" "$@"
15try "-lm" "$@" 16try "-lm" "$@"
16try "-lcrypt" "$@" 17try "-lcrypt" "$@"